1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

compiler warnings

This commit is contained in:
Sergei Golubchik
2016-01-27 15:14:57 +01:00
parent 4b31e6dc95
commit 02cc921a44
3 changed files with 2 additions and 3 deletions

View File

@ -1214,7 +1214,6 @@ mysqld_show_create(THD *thd, TABLE_LIST *table_list)
String buffer(buff, sizeof(buff), system_charset_info);
List<Item> field_list;
bool error= TRUE;
MEM_ROOT *mem_root= thd->mem_root;
DBUG_ENTER("mysqld_show_create");
DBUG_PRINT("enter",("db: %s table: %s",table_list->db,
table_list->table_name));