diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-29 08:14:49 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-05-29 08:14:49 +0300 |
commit | 642ddc313131622cc491026ea21953cf66a9e568 (patch) | |
tree | 238468328982d85b62c4251013d700740a463a8a /mysql-test/suite/encryption/t | |
parent | 1ca75ae1c881bf0afae00f4acac0d668446a15d6 (diff) | |
download | mariadb-git-642ddc313131622cc491026ea21953cf66a9e568.tar.gz |
MDEV-19541: Add a forgotten test case
Also, --skip-innodb-buffer-pool-load-at-startup to avoid a crash
in buf_load() due to loading pages that we are corrupting intentionally.
Diffstat (limited to 'mysql-test/suite/encryption/t')
-rw-r--r-- | mysql-test/suite/encryption/t/corrupted_during_recovery.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/encryption/t/corrupted_during_recovery.test b/mysql-test/suite/encryption/t/corrupted_during_recovery.test index 1ca3419820b..94fcd5f382d 100644 --- a/mysql-test/suite/encryption/t/corrupted_during_recovery.test +++ b/mysql-test/suite/encryption/t/corrupted_during_recovery.test @@ -54,7 +54,7 @@ SELECT * FROM t1; call mtr.add_suppression("InnoDB: Encrypted page \\[page id: space=[1-9][0-9]*, page number=3\\] in file .*test.t[1].ibd looks corrupted; key_version=1786080875"); call mtr.add_suppression("InnoDB: Table `test`\\.`t1` is corrupted. Please drop the table and recreate."); --enable_query_log -let $restart_parameters=--innodb_force_recovery=1; +let $restart_parameters=--innodb_force_recovery=1 --skip-innodb-buffer-pool-load-at-startup; --source include/restart_mysqld.inc --error ER_NO_SUCH_TABLE_IN_ENGINE |