diff options
author | bar@bar.mysql.r18.ru <> | 2002-12-24 14:06:52 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2002-12-24 14:06:52 +0400 |
commit | 9b56f86f941d0b6613ab451bf73d8641f55ba713 (patch) | |
tree | 2f3cf9dfb952e620e6fe83d1623b696388192933 /sql/sql_lex.h | |
parent | 50481ebfb644aeaa66591f5d5691aef9274daaf8 (diff) | |
download | mariadb-git-9b56f86f941d0b6613ab451bf73d8641f55ba713.tar.gz |
thd_charset copy in lex
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 927b806a082..6e5fd6765fb 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -432,7 +432,7 @@ typedef struct st_lex create_field *last_field; Item *default_value, *comment; CONVERT *convert_set; - CONVERT *thd_convert_set; // Set with SET CHAR SET + CHARSET_INFO *thd_charset; LEX_USER *grant_user; gptr yacc_yyss,yacc_yyvs; THD *thd; |