1
0
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:
venu@myvenu.com
2003-06-03 18:45:07 -07:00
parent e436736d29
commit 27469ec8b9
8 changed files with 16 additions and 18 deletions

View File

@ -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");