mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
A new separate error message: Unknown collation 'blablabla'
This commit is contained in:
@ -127,7 +127,7 @@ static bool load_db_opt(THD *thd, const char *path, HA_CREATE_INFO *create)
|
||||
{
|
||||
if (!(create->table_charset=get_charset_by_name(pos+1, MYF(0))))
|
||||
{
|
||||
sql_print_error(ER(ER_UNKNOWN_CHARACTER_SET),pos+1);
|
||||
sql_print_error(ER(ER_UNKNOWN_COLLATION),pos+1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user