summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-18 16:09:19 +0200
committermonty@donna.mysql.com <>2000-12-18 16:09:19 +0200
commit155823ad5118be2fe50d9ef705bc5d627b7333b0 (patch)
treec93d85948282e07d8ce6727243cecb6a03d0335f /sql/sql_show.cc
parent5cce198b6959a910925bf90c5abfb2275bff1891 (diff)
downloadmariadb-git-155823ad5118be2fe50d9ef705bc5d627b7333b0.tar.gz
Lots of new benchmark runs
Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index a05a5fcebe9..3094ff26d89 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -537,7 +537,6 @@ mysqld_show_logs(THD *thd)
DBUG_ENTER("mysqld_show_logs");
List<Item> field_list;
- Item *item;
field_list.push_back(new Item_empty_string("File",FN_REFLEN));
field_list.push_back(new Item_empty_string("Type",10));
field_list.push_back(new Item_empty_string("Status",10));