summaryrefslogtreecommitdiff
path: root/sql/event_scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/event_scheduler.cc')
-rw-r--r--sql/event_scheduler.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/event_scheduler.cc b/sql/event_scheduler.cc
index d0a2405526a..f459fd34aee 100644
--- a/sql/event_scheduler.cc
+++ b/sql/event_scheduler.cc
@@ -49,11 +49,11 @@ Event_db_repository *Event_worker_thread::db_repository;
static
-const LEX_STRING scheduler_states_names[] =
+const LEX_CSTRING scheduler_states_names[] =
{
- { C_STRING_WITH_LEN("INITIALIZED") },
- { C_STRING_WITH_LEN("RUNNING") },
- { C_STRING_WITH_LEN("STOPPING") }
+ { STRING_WITH_LEN("INITIALIZED") },
+ { STRING_WITH_LEN("RUNNING") },
+ { STRING_WITH_LEN("STOPPING") }
};
struct scheduler_param {