twitter-forks / mysql

MySQL fork maintained and used at Twitter
https://github.com/twitter/mysql/wiki
GNU General Public License v2.0
1.72k stars 443 forks source link

Build is failing from problems with sql yacc #5

Open ghost opened 10 years ago

ghost commented 10 years ago

mysql/sql/sql_yacc.cc: In function ‘int MYSQLparse()’: mysql/sql/sqlyacc.cc:16004:30: error: too few arguments to function ‘int MYSQLlex(void, void_)’ yychar = yylex (&yylval);

ghost commented 9 years ago

Likely related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733002

i.e. sql_yacc.yy incompatible with bison 3