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 4720c301052..a6480e7241d 100644
--- a/sql/events.h
+++ b/sql/events.h
@@ -83,7 +83,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: