3 Mar 2008 15:31
Extension to the MySQL Language
Nihal Dindar <dindarn <at> student.ethz.ch>
2008-03-03 14:31:12 GMT
2008-03-03 14:31:12 GMT
Hey, For my master thesis, I need to extend the MySQL language. I added my keywords in the lex.h file and modified the sql_yacc file accordingly. Afterwards, I run the 'make' command in the sql directory. The result is following: bison -y -p MYSQL -d --verbose sql_yacc.yy conflicts: 281 shift/reduce sql_yacc.yy: expected 279 shift/reduce conflicts make: *** [sql_yacc.cc] Error 1 Can anyone help me? Best, Nihal -- -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=gcdmd-internals <at> m.gmane.org
RSS Feed