summaryrefslogtreecommitdiff
path: root/sql/event_queue.cc
diff options
context:
space:
mode:
authortsmith@quadxeon.mysql.com <>2007-03-07 07:21:24 +0100
committertsmith@quadxeon.mysql.com <>2007-03-07 07:21:24 +0100
commit79191807ff8c04df9c0d71635ea8e1317ed208c5 (patch)
tree3b6fe53494b0d386d485258b18617577fa500e46 /sql/event_queue.cc
parente648fb17922548e75d9b3e7aba5f886abf0457a3 (diff)
parente0f37c771aea137dea0fa327ab7871d9bb8cff31 (diff)
downloadmariadb-git-79191807ff8c04df9c0d71635ea8e1317ed208c5.tar.gz
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/mrg0306/51
Diffstat (limited to 'sql/event_queue.cc')
-rw-r--r--sql/event_queue.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/event_queue.cc b/sql/event_queue.cc
index 296c30506f6..fb1653d6d8f 100644
--- a/sql/event_queue.cc
+++ b/sql/event_queue.cc
@@ -150,13 +150,6 @@ Event_queue::init_queue(THD *thd)
goto err;
}
- if (sizeof(my_time_t) != sizeof(time_t))
- {
- sql_print_error("SCHEDULER: sizeof(my_time_t) != sizeof(time_t) ."
- "The scheduler may not work correctly. Stopping");
- goto err;
- }
-
UNLOCK_QUEUE_DATA();
DBUG_RETURN(FALSE);