Commit 8805fe0d authored by Marko Mäkelä's avatar Marko Mäkelä

Use %pure-parser instead of the deprecated %pure_parser.

parent 2158de88
......@@ -959,7 +959,7 @@ static bool sp_create_assignment_instr(THD *thd, bool no_lookahead)
bool my_yyoverflow(short **a, YYSTYPE **b, ulong *yystacksize);
%}
%pure_parser /* We have threads */
%pure-parser /* We have threads */
%parse-param { THD *thd }
%lex-param { THD *thd }
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment