mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '11.4' into 11.8
This commit is contained in:
@@ -9,12 +9,19 @@ INSERT INTO t1 VALUES(1, "1");
|
||||
INSERT INTO t1 VALUES(2, "2");
|
||||
INSERT INTO t1 VALUES(3, "3");
|
||||
|
||||
set innodb_snapshot_isolation=0;
|
||||
--connect (con1,localhost,root,,)
|
||||
set innodb_snapshot_isolation=0;
|
||||
--connect (con2,localhost,root,,)
|
||||
set innodb_snapshot_isolation=0;
|
||||
--connect (con3,localhost,root,,)
|
||||
set innodb_snapshot_isolation=0;
|
||||
--connect (con4,localhost,root,,)
|
||||
set innodb_snapshot_isolation=0;
|
||||
--connect (con5,localhost,root,,)
|
||||
set innodb_snapshot_isolation=0;
|
||||
--connect (con6,localhost,root,,)
|
||||
set innodb_snapshot_isolation=0;
|
||||
|
||||
connection default;
|
||||
# Disable query log to avoid non-deterministic output conflicts
|
||||
|
Reference in New Issue
Block a user