summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2002-12-24 14:06:52 +0400
committerunknown <bar@bar.mysql.r18.ru>2002-12-24 14:06:52 +0400
commitb861d68321b6242bc2579a4458aa137efd2e42c2 (patch)
tree2f3cf9dfb952e620e6fe83d1623b696388192933 /sql/sql_lex.h
parent23326969a46a8851fd7b746b6769fb5f7569602f (diff)
downloadmariadb-git-b861d68321b6242bc2579a4458aa137efd2e42c2.tar.gz
thd_charset copy in lex
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
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;