diff options
Diffstat (limited to 'mysql-test/t/events_time_zone.test')
-rw-r--r-- | mysql-test/t/events_time_zone.test | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mysql-test/t/events_time_zone.test b/mysql-test/t/events_time_zone.test index 5f929e0b07a..af3466a339c 100644 --- a/mysql-test/t/events_time_zone.test +++ b/mysql-test/t/events_time_zone.test @@ -288,7 +288,11 @@ DROP TABLE t_step; DROP DATABASE mysqltest_db1; --disable_query_log eval USE $old_db; ---enable_query_log +--enable_query_log +let $wait_condition= + select count(*) = 0 from information_schema.processlist + where db='mysqltest_db1' and command = 'Connect' and user=current_user(); +--source include/wait_condition.inc --echo End of 5.1 tests. |