sql_yacc.yy:

I wonder how it happend that I compiled this!
This commit is contained in:
mysql@home.(none) 2003-04-05 17:02:34 +05:00
parent bc1fe848cb
commit e93e98c239

View File

@ -4415,7 +4415,7 @@ option_value:
{
THD* thd= YYTHD;
LEX *lex= &thd->lex;
CHARSET_INFO *cs= thd->variables->vars->thd_charset;
CHARSET_INFO *cs= thd->variables.thd_charset;
CHARSET_INFO *cl= $2;
if (!cl)