diff options
author | unknown <mysql@home.(none)> | 2003-04-05 17:02:34 +0500 |
---|---|---|
committer | unknown <mysql@home.(none)> | 2003-04-05 17:02:34 +0500 |
commit | a00dbd11926b5d88e1e2b833a60274054cccd9c4 (patch) | |
tree | bbe13b4a1e36c68488d5ac657578de0f550d2ce0 | |
parent | a7a96235af245d7d4b32b827c6e08da898008ee8 (diff) | |
download | mariadb-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.yy | 2 |
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) |