mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.7 into 10.8
This commit is contained in:
7
mysql-test/suite/encryption/r/bulk_insert.result
Normal file
7
mysql-test/suite/encryption/r/bulk_insert.result
Normal file
@@ -0,0 +1,7 @@
|
||||
SET UNIQUE_CHECKS=0, FOREIGN_KEY_CHECKS=0;
|
||||
CREATE TABLE t1 (
|
||||
`id` int(10) unsigned NOT NULL,
|
||||
UNIQUE KEY `id` (`id`)
|
||||
) ENGINE=InnoDB;
|
||||
INSERT INTO t1 SELECT seq FROM seq_1_to_65536;
|
||||
DROP TABLE t1;
|
Reference in New Issue
Block a user