mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Lots of new benchmark runs
Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user