Skip to content

Commit

Permalink
the opt_constraint_no_id should not have the lex_str type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Botchkov committed Feb 6, 2019
1 parent e84dc56 commit a4c687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_yacc.yy
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
IDENT_sys TEXT_STRING_sys TEXT_STRING_literal
NCHAR_STRING opt_component key_cache_name
sp_opt_label BIN_NUM label_ident TEXT_STRING_filesystem ident_or_empty
opt_constraint opt_constraint_no_id constraint opt_ident ident_table_alias
opt_constraint constraint opt_ident ident_table_alias

%type <lex_str_ptr>
opt_table_alias
Expand Down

0 comments on commit a4c687c

Please sign in to comment.