1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Porting fix that allows others to include compiled code with different parsers.

Makes you wonder what I am up to, doesn't?
This commit is contained in:
brian@zim.(none)
2006-03-09 10:09:52 -08:00
parent 3d37ec6b8b
commit 78abb2d117
5 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,8 @@
#pragma implementation // gcc: Class implementation
#endif
#define MYSQL_LEX 1
#include "mysql_priv.h"
#include "procedure.h"
#include "sql_analyse.h"