mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
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