diff options
Diffstat (limited to 'mysql-test/t/events_trans.test')
-rw-r--r-- | mysql-test/t/events_trans.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/events_trans.test b/mysql-test/t/events_trans.test index 77427070cbb..562b5a9625f 100644 --- a/mysql-test/t/events_trans.test +++ b/mysql-test/t/events_trans.test @@ -111,5 +111,11 @@ commit work; # # Cleanup # + +let $wait_condition= + select count(*) = 0 from information_schema.processlist + where db='events_test' and command = 'Connect' and user=current_user(); +--source include/wait_condition.inc + drop database events_test; |