summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption/r
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-05-21 18:57:57 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-05-22 08:53:28 +0300
commit437da7bc54daa131b46900128ebe3ad2ca25c11a (patch)
tree3d77ae284ef7dea74765ca9343a6640c487089d7 /mysql-test/suite/encryption/r
parent424dc49d415ae27345cc3b9548329da4e76de8c4 (diff)
downloadmariadb-git-437da7bc54daa131b46900128ebe3ad2ca25c11a.tar.gz
MDEV-19534 Make innodb_checksum_algorithm=full_crc32 by default, and remove innodb_checksums
Diffstat (limited to 'mysql-test/suite/encryption/r')
-rw-r--r--mysql-test/suite/encryption/r/corrupted_during_recovery.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/encryption/r/corrupted_during_recovery.result b/mysql-test/suite/encryption/r/corrupted_during_recovery.result
index 41c0d7d75a8..24da43e3aaa 100644
--- a/mysql-test/suite/encryption/r/corrupted_during_recovery.result
+++ b/mysql-test/suite/encryption/r/corrupted_during_recovery.result
@@ -1,3 +1,5 @@
+# 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;