From e615aaff689d0ba939f4b253f4b1ba92eb04d275 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 14 Jun 2007 13:51:35 +0400 Subject: [PATCH] Add a missing wait_condition call. mysql-test/t/events_restart_phase3.test: Add a missing wait. --- mysql-test/t/events_restart_phase3.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/events_restart_phase3.test b/mysql-test/t/events_restart_phase3.test index f5eeb1af2d9..04d879e50ec 100644 --- a/mysql-test/t/events_restart_phase3.test +++ b/mysql-test/t/events_restart_phase3.test @@ -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