summaryrefslogtreecommitdiff
path: root/sql/event_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/event_queue.h')
-rw-r--r--sql/event_queue.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/event_queue.h b/sql/event_queue.h
index 3270938e881..e8b46abde92 100644
--- a/sql/event_queue.h
+++ b/sql/event_queue.h
@@ -56,7 +56,7 @@ public:
void
drop_schema_events(THD *thd, LEX_STRING schema);
- static bool
+ void
check_system_tables(THD *thd);
void
@@ -99,8 +99,6 @@ protected:
/* The sorted queue with the Event_job_data objects */
QUEUE queue;
- bool queue_loaded;
-
uint mutex_last_locked_at_line;
uint mutex_last_unlocked_at_line;
uint mutex_last_attempted_lock_at_line;