diff options
author | malff/marcsql@weblab.(none) <> | 2007-01-02 14:18:13 -0700 |
---|---|---|
committer | malff/marcsql@weblab.(none) <> | 2007-01-02 14:18:13 -0700 |
commit | 0055056c91426b11be40a70902230ef5d0dcdcdd (patch) | |
tree | 1a43bc5c6b21902a943e0a8759f9f36c9c407c1c /sql/event_queue.cc | |
parent | 60a3f102a475fc38dc0efcd1519b3385a39fb752 (diff) | |
parent | c55862698ebc7aafdfeeba47170c9f7b89b66eec (diff) | |
download | mariadb-git-0055056c91426b11be40a70902230ef5d0dcdcdd.tar.gz |
Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base
into weblab.(none):/home/marcsql/TREE/mysql-5.1-merge
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 6ff5fe55cd6..9a740114193 100644 --- a/sql/event_queue.cc +++ b/sql/event_queue.cc @@ -159,7 +159,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; } |