mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
After merge fixes & remove compiler warnings
Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
This commit is contained in:
@ -605,7 +605,7 @@ bool mysql_change_db(THD *thd, const char *name)
|
||||
}
|
||||
|
||||
|
||||
int mysqld_show_create_db(THD *thd, const char *dbname,
|
||||
int mysqld_show_create_db(THD *thd, char *dbname,
|
||||
HA_CREATE_INFO *create_info)
|
||||
{
|
||||
int length;
|
||||
|
Reference in New Issue
Block a user