Commit 9c735784 authored by Monty's avatar Monty

Ensure that full_crc32_import doesn't fail

Test should die if innodb_compression_algorithm=3 doesn't exists
parent c2e0a0b1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment