mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
fixed debug information
This commit is contained in:
@@ -2936,7 +2936,7 @@ int mysql_checksum_table(THD *thd, TABLE_LIST *tables, HA_CHECK_OPT *check_opt)
|
|||||||
List<Item> field_list;
|
List<Item> field_list;
|
||||||
Item *item;
|
Item *item;
|
||||||
Protocol *protocol= thd->protocol;
|
Protocol *protocol= thd->protocol;
|
||||||
DBUG_ENTER("mysql_admin_table");
|
DBUG_ENTER("mysql_checksum_table");
|
||||||
|
|
||||||
field_list.push_back(item = new Item_empty_string("Table", NAME_LEN*2));
|
field_list.push_back(item = new Item_empty_string("Table", NAME_LEN*2));
|
||||||
item->maybe_null= 1;
|
item->maybe_null= 1;
|
||||||
|
Reference in New Issue
Block a user