1
0
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:
davi@buzz.(none)
2008-02-22 12:26:08 -02:00
parent e64c7d4704
commit dc6c9312a7
3 changed files with 5 additions and 1 deletions

View File

@@ -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());