summaryrefslogtreecommitdiff
path: root/mysql-test/suite/encryption/r/innodb-force-corrupt.result
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-04-07 17:20:38 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-04-07 17:20:38 +0300
commit0eab87cef26eaac2cff1942e32b3c8c2a8bedf12 (patch)
tree58d011f083a2c7c1c20fbc27f911b61ef88a901d /mysql-test/suite/encryption/r/innodb-force-corrupt.result
parent1738c0f1bec2b67d1294e894a62de1c5c15d9361 (diff)
downloadmariadb-git-0eab87cef26eaac2cff1942e32b3c8c2a8bedf12.tar.gz
MDEV-22010: Allow mariadbd in mtr suppressions
Diffstat (limited to 'mysql-test/suite/encryption/r/innodb-force-corrupt.result')
-rw-r--r--mysql-test/suite/encryption/r/innodb-force-corrupt.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/encryption/r/innodb-force-corrupt.result b/mysql-test/suite/encryption/r/innodb-force-corrupt.result
index 24829e5f526..ad75df952b3 100644
--- a/mysql-test/suite/encryption/r/innodb-force-corrupt.result
+++ b/mysql-test/suite/encryption/r/innodb-force-corrupt.result
@@ -1,7 +1,7 @@
call mtr.add_suppression("InnoDB: Table `test`\\.`t[13]` (has an unreadable root page|is corrupted)");
call mtr.add_suppression("InnoDB: Encrypted page \\[page id: space=\\d+, page number=[36]\\] in file .*test.t[123]\\.ibd looks corrupted; key_version=");
call mtr.add_suppression("\\[ERROR\\] InnoDB: We detected index corruption in an InnoDB type table");
-call mtr.add_suppression("\\[ERROR\\] (mysqld|mariadb).*: Index for table 't2' is corrupt; try to repair it");
+call mtr.add_suppression("\\[ERROR\\] (mysqld|mariadbd).*: Index for table 't2' is corrupt; try to repair it");
SET GLOBAL innodb_file_per_table = ON;
set global innodb_compression_algorithm = 1;
# Create and populate tables to be corrupted