revision-id: a4c687c4944723a5dc531e6cff1aa3e6d60df821 (mariadb-10.2.21-68-ga4c687c) parent(s): e84dc567becf7e8dc4b0c1428e0c9132c1269186 committer: Alexey Botchkov timestamp: 2019-02-06 16:53:16 +0400 message: the opt_constraint_no_id should not have the lex_str type. --- sql/sql_yacc.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 14d084e..133aad5 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -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