mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
CREATE TABLE t0 (pk INT PRIMARY KEY) ENGINE=InnoDB;
|
||||
CREATE TABLE t1 (pk INT PRIMARY KEY, b INT) ENGINE=InnoDB;
|
||||
INSERT INTO t0 VALUES(100);
|
||||
INSERT INTO t1 VALUES(100, 100);
|
||||
connect con1,localhost,root,,test;
|
||||
BEGIN;
|
||||
INSERT INTO t0 SET pk=1;
|
||||
|
Reference in New Issue
Block a user