From df48c9bf20955c4e49009c95c5c7e1856c212e81 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Mon, 19 Dec 2011 13:28:30 +0100 Subject: allow changing thread_pool_size without server restart --- mysql-test/t/xa.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/xa.test') diff --git a/mysql-test/t/xa.test b/mysql-test/t/xa.test index 26c2f0ce210..78f41763e20 100644 --- a/mysql-test/t/xa.test +++ b/mysql-test/t/xa.test @@ -358,6 +358,7 @@ let $wait_condition= AND info = "INSERT INTO t2 SELECT a FROM t1"; --echo # Waiting until INSERT ... is blocked --source include/wait_condition.inc +--sleep 0.1 DELETE FROM t1; COMMIT; -- cgit v1.2.1