From c9be87d0811a78c2ba5a533386c6a7443868e73e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 Feb 2008 12:26:08 -0200 Subject: Disable concurrent inserts for the kill.test mysql-test/r/kill.result: Update test case result. mysql-test/t/disabled.def: Re-enable kill test, bug was closed. mysql-test/t/kill.test: Disable concurrent inserts for the kill test. --- mysql-test/t/kill.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mysql-test/t/kill.test') diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test index 3da4232502d..b7e1e82fe5d 100644 --- a/mysql-test/t/kill.test +++ b/mysql-test/t/kill.test @@ -6,6 +6,10 @@ # -- source include/not_embedded.inc +# Disable concurrent inserts to avoid test failures when reading the +# connection id which was inserted into a table by another thread. +set @@global.concurrent_insert= 0; + connect (con1, localhost, root,,); connect (con2, localhost, root,,); -- cgit v1.2.1