summaryrefslogtreecommitdiff
path: root/sql/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/events.h')
-rw-r--r--sql/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/events.h b/sql/events.h
index a94fbc17135..d6fc4b5ea67 100644
--- a/sql/events.h
+++ b/sql/events.h
@@ -78,7 +78,7 @@ public:
/* Protected using LOCK_global_system_variables only. */
static ulong opt_event_scheduler;
static bool check_if_system_tables_error();
- static bool start();
+ static bool start(int *err_no);
static bool stop();
public: