mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Separating CHARSET and COLLATION terms
This commit is contained in:
@ -558,7 +558,7 @@ int yylex(void *arg, void *yythd)
|
||||
*/
|
||||
|
||||
if ((yylval->lex_str.str[0]=='_') &&
|
||||
(lex->charset=get_charset_by_name(yylval->lex_str.str+1,MYF(0))))
|
||||
(lex->charset=get_charset_by_csname(yylval->lex_str.str+1,MYF(0))))
|
||||
return(UNDERSCORE_CHARSET);
|
||||
else
|
||||
return(IDENT);
|
||||
|
Reference in New Issue
Block a user