mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
Porting fix that allows others to include compiled code with different parsers.
Makes you wonder what I am up to, doesn't? configure.in: Adjusts bison to not create symbols that clash. sql/sql_analyse.cc: Adding define to make sure sql_yacc.h gets included. sql/sql_lex.cc: Fixing it so that sql_yacc.h is included sql/sql_lex.h: Fixing include rules sql/sql_parse.cc: Adding flag to compile sql_yacc.yy
This commit is contained in:
parent
5e54b63fa3
commit
85d705b651
5 changed files with 9 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
/* A lexical scanner on a temporary buffer with a yacc interface */
|
||||
|
||||
#define MYSQL_LEX 1
|
||||
#include "mysql_priv.h"
|
||||
#include "item_create.h"
|
||||
#include <m_ctype.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue