summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
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 be931c56247..35132946df0 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -513,7 +513,7 @@ typedef struct st_lex
sql_exchange *exchange;
select_result *result;
Item *default_value;
- LEX_STRING *comment;
+ LEX_STRING *comment, name_and_length;
LEX_USER *grant_user;
gptr yacc_yyss,yacc_yyvs;
THD *thd;