summaryrefslogtreecommitdiff
path: root/mysql-test/t/kill.test
diff options
context:
space:
mode:
authorunknown <davi@buzz.(none)>2008-02-22 12:26:08 -0200
committerunknown <davi@buzz.(none)>2008-02-22 12:26:08 -0200
commitc9be87d0811a78c2ba5a533386c6a7443868e73e (patch)
treede6a28ad299d1d90418fb94689bebd877cb31f9d /mysql-test/t/kill.test
parent6f044970276c270636766c21cba98294ec428e13 (diff)
downloadmariadb-git-c9be87d0811a78c2ba5a533386c6a7443868e73e.tar.gz
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.
Diffstat (limited to 'mysql-test/t/kill.test')
-rw-r--r--mysql-test/t/kill.test4
1 files changed, 4 insertions, 0 deletions
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,,);