mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
set @@global.concurrent_insert= 0;
|
||||
drop table if exists t1, t2, t3;
|
||||
create table t1 (kill_id int);
|
||||
insert into t1 values(connection_id());
|
||||
|
Reference in New Issue
Block a user