mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.2 -> 5.3
This commit is contained in:
@ -47,7 +47,11 @@ class Event_parse_data;
|
||||
#else
|
||||
#include "lex_symbol.h"
|
||||
#if MYSQL_LEX
|
||||
#include "sql_yacc.h"
|
||||
# if YACC_HEXT_HH
|
||||
# include "sql_yacc.hh"
|
||||
# else
|
||||
# include "sql_yacc.h"
|
||||
# endif
|
||||
#define LEX_YYSTYPE YYSTYPE *
|
||||
#else
|
||||
#define LEX_YYSTYPE void *
|
||||
|
Reference in New Issue
Block a user