1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

remove assert

This commit is contained in:
petr/cps@outpost.site
2006-12-05 19:04:46 +03:00
parent b593a7afdb
commit c25429f1a6
2 changed files with 16 additions and 10 deletions

View File

@ -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;
}