mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Windows build fixups with the latest source
This commit is contained in:
@ -1449,7 +1449,6 @@ int mysqld_show_collations(THD *thd, const char *wild)
|
||||
List<Item> field_list;
|
||||
CHARSET_INFO **cs;
|
||||
Protocol *protocol= thd->protocol;
|
||||
char flags[64];
|
||||
|
||||
DBUG_ENTER("mysqld_show_charsets");
|
||||
|
||||
@ -1501,7 +1500,6 @@ int mysqld_show_charsets(THD *thd, const char *wild)
|
||||
List<Item> field_list;
|
||||
CHARSET_INFO **cs;
|
||||
Protocol *protocol= thd->protocol;
|
||||
char flags[64];
|
||||
|
||||
DBUG_ENTER("mysqld_show_charsets");
|
||||
|
||||
|
Reference in New Issue
Block a user