summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <mysql@home.(none)>2003-04-05 17:02:34 +0500
committerunknown <mysql@home.(none)>2003-04-05 17:02:34 +0500
commita00dbd11926b5d88e1e2b833a60274054cccd9c4 (patch)
treebbe13b4a1e36c68488d5ac657578de0f550d2ce0
parenta7a96235af245d7d4b32b827c6e08da898008ee8 (diff)
downloadmariadb-git-a00dbd11926b5d88e1e2b833a60274054cccd9c4.tar.gz
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!
-rw-r--r--sql/sql_yacc.yy2
1 files changed, 1 insertions, 1 deletions
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)