mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.6 into 10.7
This commit is contained in:
@@ -45,6 +45,10 @@ SET tx_read_only=1;
|
||||
BEGIN;
|
||||
INSERT INTO t2 VALUES(0);
|
||||
INSERT INTO t VALUES(0);
|
||||
ROLLBACK;
|
||||
BEGIN;
|
||||
INSERT INTO t2 VALUES(0);
|
||||
INSERT INTO t VALUES(0);
|
||||
COMMIT;
|
||||
INSERT INTO t VALUES(0);
|
||||
DROP TEMPORARY TABLE t,t2;
|
||||
|
Reference in New Issue
Block a user