diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-02-19 08:53:49 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-02-19 08:59:36 +0200 |
commit | 112cb56182d578d5e0a56a2c34c5b456dcc7e115 (patch) | |
tree | e9c3a6ce71bb3d4320f5ba7700ad5dd10c260f0d /mysql-test/suite/encryption/r/innodb-encryption-disable.result | |
parent | 3c419fde5f22d68f1c60402f37b91cf771c305df (diff) | |
download | mariadb-git-112cb56182d578d5e0a56a2c34c5b456dcc7e115.tar.gz |
Add suppressions for background page read errors
Diffstat (limited to 'mysql-test/suite/encryption/r/innodb-encryption-disable.result')
-rw-r--r-- | mysql-test/suite/encryption/r/innodb-encryption-disable.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/encryption/r/innodb-encryption-disable.result b/mysql-test/suite/encryption/r/innodb-encryption-disable.result index 90668a3a395..4ccacd4293c 100644 --- a/mysql-test/suite/encryption/r/innodb-encryption-disable.result +++ b/mysql-test/suite/encryption/r/innodb-encryption-disable.result @@ -1,4 +1,5 @@ call mtr.add_suppression("InnoDB: The page \\[page id: space=[1-9][0-9]*, page number=[1-9][0-9]*\\] in file '.*test.t[15]\\.ibd' cannot be decrypted\\."); +call mtr.add_suppression("failed to read or decrypt \\[page id: space=[1-9][0-9]*, page number=[1-9][0-9]*\\]"); call mtr.add_suppression("Couldn't load plugins from 'file_key_management"); create table t5 ( `intcol1` int(32) DEFAULT NULL, |