Skip to content

Commit 8805fe0

Browse files
committed
Use %pure-parser instead of the deprecated %pure_parser.
1 parent 2158de8 commit 8805fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_yacc.yy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ static bool sp_create_assignment_instr(THD *thd, bool no_lookahead)
959959
bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
960960
%}
961961

962-
%pure_parser /* We have threads */
962+
%pure-parser /* We have threads */
963963
%parse-param { THD *thd }
964964
%lex-param { THD *thd }
965965
/*

0 commit comments

Comments
 (0)