From a00dbd11926b5d88e1e2b833a60274054cccd9c4 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 5 Apr 2003 17:02:34 +0500 Subject: [PATCH] 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! --- sql/sql_yacc.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 80470e9bcb9..d8a6595854d 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -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)