1
0
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:
Sergei Golubchik
2025-07-28 20:16:25 +02:00
380 changed files with 11138 additions and 2776 deletions

View File

@@ -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