Commit e615aaff authored by unknown's avatar unknown

Add a missing wait_condition call.


mysql-test/t/events_restart_phase3.test:
  Add a missing wait.
parent 4b435ac7
......@@ -18,3 +18,4 @@ drop database events_test;
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment