summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption/r/corrupted_during_recovery.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/encryption/r/corrupted_during_recovery.result')
-rw-r--r--mysql-test/suite/encryption/r/corrupted_during_recovery.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/suite/encryption/r/corrupted_during_recovery.result b/mysql-test/suite/encryption/r/corrupted_during_recovery.result
index ea2f1ff3328..356dce64f8d 100644
--- a/mysql-test/suite/encryption/r/corrupted_during_recovery.result
+++ b/mysql-test/suite/encryption/r/corrupted_during_recovery.result
@@ -1,5 +1,3 @@
-# Work around MDEV-19541
-SET GLOBAL innodb_checksum_algorithm=crc32;
CREATE TABLE t1(a BIGINT PRIMARY KEY) ENGINE=InnoDB, ENCRYPTED=YES;
INSERT INTO t1 VALUES(1);
CREATE TABLE t2(a BIGINT PRIMARY KEY) ENGINE=InnoDB, ENCRYPTED=YES;