• Gleb Shchepa's avatar
    Bug #18978946: BACKPORT TO 5.6: BUGFIX FOR 18017820 "BISON 3 BREAKS MYSQL BUILD" · 01fd5d0d
    Gleb Shchepa authored
    Backport of the fix:
    
    : Bug 18017820: BISON 3 BREAKS MYSQL BUILD
    : ========================================    
    : 
    : The source of the reported problem is a removal of a few deprecated
    : things from Bison 3.x: 
    : * YYPARSE_PARAM macro (use the %parse-param bison directive instead),
    : * YYLEX_PARAM macro (use %lex-param instead),
    : 
    : The fix removes obsolete macro calls and introduces use of
    : %parse-param and %lex-param directives.
    01fd5d0d
sql_parse.cc 228 KB