diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-10-05 09:27:33 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-10-05 09:27:33 +0300 |
commit | 9337173915fd777cb074311b48f4e2c37e691f8e (patch) | |
tree | 47a4ede04c73486368366d8c9d0124a1f89b2dd4 /mysql-test/suite/encryption/r | |
parent | ba0b6685510f4a271da8d386ff75bfd83d3156c2 (diff) | |
download | mariadb-git-9337173915fd777cb074311b48f4e2c37e691f8e.tar.gz |
MDEV-8893: Test encryption.innodb_encryption_filekeys fails on buildbot
Diffstat (limited to 'mysql-test/suite/encryption/r')
-rw-r--r-- | mysql-test/suite/encryption/r/innodb_encryption_filekeys.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/encryption/r/innodb_encryption_filekeys.result b/mysql-test/suite/encryption/r/innodb_encryption_filekeys.result index d0094c269bb..ab958004eab 100644 --- a/mysql-test/suite/encryption/r/innodb_encryption_filekeys.result +++ b/mysql-test/suite/encryption/r/innodb_encryption_filekeys.result @@ -1,3 +1,4 @@ +call mtr.add_suppression("trying to do an operation on a dropped tablespace .*"); SET GLOBAL innodb_file_format = `Barracuda`; SET GLOBAL innodb_file_per_table = ON; SET GLOBAL innodb_encrypt_tables = OFF; |