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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/event_scheduler.h b/sql/event_scheduler.h
index 70635196745..eba66c68d42 100644
--- a/sql/event_scheduler.h
+++ b/sql/event_scheduler.h
@@ -111,8 +111,7 @@ private:
enum enum_state
{
- UNINITIALIZED = 0,
- INITIALIZED,
+ INITIALIZED = 0,
RUNNING,
STOPPING
};