mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into mysql.com:/home/my/mysql-5.1
This commit is contained in:
@ -550,7 +550,7 @@ Event_queue::get_top_for_execution_if_time(THD *thd,
|
||||
|
||||
top= ((Event_queue_element*) queue_element(&queue, 0));
|
||||
|
||||
thd->end_time(); /* Get current time */
|
||||
thd->set_current_time(); /* Get current time */
|
||||
|
||||
next_activation_at= top->execute_at;
|
||||
if (next_activation_at > thd->query_start())
|
||||
|
Reference in New Issue
Block a user