mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 16:14:30 +02:00
Ensure that full_crc32_import doesn't fail
Test should die if innodb_compression_algorithm=3 doesn't exists
This commit is contained in:
parent
c2e0a0b175
commit
9c735784ae
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue