diff options
author | unknown <petr/cps@outpost.site> | 2006-12-05 19:04:46 +0300 |
---|---|---|
committer | unknown <petr/cps@outpost.site> | 2006-12-05 19:04:46 +0300 |
commit | 62273f8e661c760fbb672ccb0eba80fba34f2c11 (patch) | |
tree | 7079c8180eb1d30a8f6d64b4034e25fb2ebea91b /sql/event_queue.cc | |
parent | 0c55e29acbf8e7597a3230ea61c1d9acd93e7181 (diff) | |
download | mariadb-git-62273f8e661c760fbb672ccb0eba80fba34f2c11.tar.gz |
remove assert
sql/event_data_objects.cc:
add a comments that using gmt_sec_to_TIME() won't
be safe after 2038. per andrey's request
sql/event_queue.cc:
remove assert, which aborts server in the case when it shouldn't
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; } |