diff options
Diffstat (limited to 'sql/event_queue.cc')
-rw-r--r-- | sql/event_queue.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/event_queue.cc b/sql/event_queue.cc index 7ec665fcd5f..9f7c1c9a9b2 100644 --- a/sql/event_queue.cc +++ b/sql/event_queue.cc @@ -160,7 +160,6 @@ Event_queue::init_queue(THD *thd, Event_db_repository *db_repo) { sql_print_error("SCHEDULER: sizeof(my_time_t) != sizeof(time_t) ." "The scheduler may not work correctly. Stopping"); - DBUG_ASSERT(0); goto err; } |