Commit 96f57c13 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

Add a missing wait_condition call.

parent daf0b927
......@@ -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