diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index e2cf213cd17..0558d60bc28 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -27,7 +27,6 @@ class sp_instr; class sp_pcontext; class st_alter_tablespace; class partition_info; -class Event_timed; class Event_parse_data; #ifdef MYSQL_SERVER @@ -1017,9 +1016,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 */ /* |