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:
@ -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.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user