summaryrefslogtreecommitdiff
path: root/sql/event_scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/event_scheduler.h')
-rw-r--r--sql/event_scheduler.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/event_scheduler.h b/sql/event_scheduler.h
index bf3e8e63e11..8e00b7b767f 100644
--- a/sql/event_scheduler.h
+++ b/sql/event_scheduler.h
@@ -19,6 +19,15 @@
class Event_queue;
class Event_job_data;
+void
+pre_init_event_thread(THD* thd);
+
+bool
+post_init_event_thread(THD* thd);
+
+void
+deinit_event_thread(THD *thd);
+
class Event_scheduler
{
public: