mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Use %pure-parser instead of the deprecated %pure_parser.
This commit is contained in:
parent
2158de8865
commit
8805fe0d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue