diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-08-16 09:03:27 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-08-16 13:09:56 +0300 |
commit | 92f9be495b737784890021e550944b03fc28ca4b (patch) | |
tree | e31b2c4b43ab12804bb3f0be26a6f50428dc33df /mysql-test/suite/encryption/t/innodb-encryption-disable.opt | |
parent | f4b379d6cac898888950194e8422e13ecdced67f (diff) | |
download | mariadb-git-92f9be495b737784890021e550944b03fc28ca4b.tar.gz |
Work around MDEV-13542 Crashing on a corrupted page is unhelpful
With MDEV-12288 and MDEV-13536, the InnoDB purge threads will access
pages more often, causing all sorts of debug assertion failures in
the B-tree code.
Work around this problem by amending the corruption tests with
--innodb-purge-rseg-truncate-frequency=1 --skip-innodb-fast-shutdown
so that everything will be purged before the server
is restarted to deal with the corruption.
Diffstat (limited to 'mysql-test/suite/encryption/t/innodb-encryption-disable.opt')
-rw-r--r-- | mysql-test/suite/encryption/t/innodb-encryption-disable.opt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/encryption/t/innodb-encryption-disable.opt b/mysql-test/suite/encryption/t/innodb-encryption-disable.opt new file mode 100644 index 00000000000..d3f298d3335 --- /dev/null +++ b/mysql-test/suite/encryption/t/innodb-encryption-disable.opt @@ -0,0 +1,2 @@ +--innodb-purge-rseg-truncate-frequency=1 +--skip-innodb-fast-shutdown |