mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
5.1.46 after-merge fixes: must FLUSH TABLES before copying .frm.
This commit is contained in:
@@ -2379,6 +2379,7 @@ DROP TABLE t1;
|
||||
CREATE TABLE t1(a INT, b BIT(1));
|
||||
INSERT INTO t1 VALUES(1, 0), (2, 1);
|
||||
CREATE TABLE t2 SELECT * FROM t1;
|
||||
FLUSH TABLES;
|
||||
CHECKSUM TABLE t1 EXTENDED;
|
||||
Table Checksum
|
||||
test.t1 3775188275
|
||||
|
Reference in New Issue
Block a user