sql_yacc.yy:

I wonder how it happend that I compiled this!


sql/sql_yacc.yy:
  I wonder how it happend that I compiled this!
This commit is contained in:
unknown 2003-04-05 17:02:34 +05:00
parent a7a96235af
commit a00dbd1192

View File

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