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

@ -552,7 +552,7 @@ int yylex(void *arg, void *yythd)
/*
Note: "SELECT _bla AS 'alias'"
_bla should be considered as a IDENT if charset haven't been found.
So we don't use MYF(MY_WME) with get_charset_by_name to avoid
So we don't use MYF(MY_WME) with get_charset_by_csname to avoid
producing an error.
*/