1
0
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:
bar@bar.mysql.r18.ru
2003-07-29 17:12:14 +05:00
parent 6a46d28e21
commit c2a7768b56
33 changed files with 51 additions and 8 deletions

View File

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