Skip to content

Commit

Permalink
Use %pure-parser instead of the deprecated %pure_parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 9, 2017
1 parent 2158de8 commit 8805fe0
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 @@ -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 }
/*
Expand Down

0 comments on commit 8805fe0

Please sign in to comment.