summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-06-28 15:54:09 +0200
committerunknown <andrey@lmy004.>2006-06-28 15:54:09 +0200
commit98211beaee1cffd0ecf28a2157fbb0de3692cc3e (patch)
treeeca43a35436b43e490c1554f13bbcd02616e7fa2 /sql/sql_lex.h
parent57f3f2568ee27b30f0062b0175faf9f0a1a854e1 (diff)
parent400276c2f577f63ffd3871a91bce207f65d5e682 (diff)
downloadmariadb-git-98211beaee1cffd0ecf28a2157fbb0de3692cc3e.tar.gz
Merge
sql/CMakeLists.txt: Auto merged sql/events.cc: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/sql_show.cc: SCCS merged
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index a46aaa0bab7..e2cf213cd17 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -28,6 +28,7 @@ class sp_pcontext;
class st_alter_tablespace;
class partition_info;
class Event_timed;
+class Event_parse_data;
#ifdef MYSQL_SERVER
/*
@@ -1017,6 +1018,7 @@ typedef struct st_lex : public Query_tables_list
st_sp_chistics sp_chistics;
Event_timed *et;
+ Event_parse_data *event_parse_data;
bool et_compile_phase;
bool only_view; /* used for SHOW CREATE TABLE/VIEW */