mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
CONVERT class was removed
This commit is contained in:
@ -615,7 +615,6 @@ int mysqld_show_create_db(THD *thd, char *dbname,
|
||||
uint db_access;
|
||||
bool found_libchar;
|
||||
HA_CREATE_INFO create;
|
||||
CONVERT *convert=thd->variables.convert_set;
|
||||
uint create_options = create_info ? create_info->options : 0;
|
||||
Protocol *protocol=thd->protocol;
|
||||
DBUG_ENTER("mysql_show_create_db");
|
||||
|
Reference in New Issue
Block a user