diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-19 13:28:30 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-19 13:28:30 +0100 |
commit | df48c9bf20955c4e49009c95c5c7e1856c212e81 (patch) | |
tree | f39850b5c53f661416a4923c0d0ba869449ebbcd /mysql-test/t/xa.test | |
parent | 2e4bde4c0febf1282639ce2f13e24c707e1f45b0 (diff) | |
download | mariadb-git-df48c9bf20955c4e49009c95c5c7e1856c212e81.tar.gz |
allow changing thread_pool_size without server restart
Diffstat (limited to 'mysql-test/t/xa.test')
-rw-r--r-- | mysql-test/t/xa.test | 1 |
1 files changed, 1 insertions, 0 deletions
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; |