Skip to content

Commit 9c73578

Browse files
committed
Ensure that full_crc32_import doesn't fail
Test should die if innodb_compression_algorithm=3 doesn't exists
1 parent c2e0a0b commit 9c73578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/innodb/t/full_crc32_import.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ ALTER TABLE t1 IMPORT TABLESPACE;
169169
INSERT INTO t1 VALUES(2);
170170
SELECT * FROM t1;
171171

172+
173+
--error 0,1231
172174
SET GLOBAL innodb_compression_algorithm=3;
173175
FLUSH TABLE t1 FOR EXPORT;
174176
--echo # List before copying files

0 commit comments

Comments
 (0)