Ensure that full_crc32_import doesn't fail

Test should die if innodb_compression_algorithm=3 doesn't exists
This commit is contained in:
Monty 2019-10-20 15:48:20 +03:00
commit 9c735784ae

View file

@ -169,6 +169,8 @@ ALTER TABLE t1 IMPORT TABLESPACE;
INSERT INTO t1 VALUES(2);
SELECT * FROM t1;
--error 0,1231
SET GLOBAL innodb_compression_algorithm=3;
FLUSH TABLE t1 FOR EXPORT;
--echo # List before copying files