• Sergey Vojtovich's avatar
    MDEV-4902 - sql_yacc.yy incompatible with bison 3 · 6fc98018
    Sergey Vojtovich authored
    - YYPARSE_PARAM and YYLEX_PARAM are removed in Bison 3.0. Deprecated
      since Bison 1.875 in favor of %lex-param, %parse-param.
    - %parse-param adds an argument to yyerror() as well, updated
      MYSQLerror() accordingly.
    - %parse-param allows to declare proper type for argument. That's
      what 99% of this patch is about.
    6fc98018
sql_parse.cc 236 KB