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 b9d85a23011..c86c7d4a81d 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -532,7 +532,7 @@ typedef struct st_lex
String *wild;
sql_exchange *exchange;
select_result *result;
- Item *default_value;
+ Item *default_value, *on_update_value;
LEX_STRING *comment, name_and_length;
LEX_USER *grant_user;
gptr yacc_yyss,yacc_yyvs;