summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/t/debug_innodb_fail.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/parts/t/debug_innodb_fail.test')
-rw-r--r--mysql-test/suite/parts/t/debug_innodb_fail.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/parts/t/debug_innodb_fail.test b/mysql-test/suite/parts/t/debug_innodb_fail.test
index d0e827a3fc6..a6922f5923d 100644
--- a/mysql-test/suite/parts/t/debug_innodb_fail.test
+++ b/mysql-test/suite/parts/t/debug_innodb_fail.test
@@ -10,7 +10,7 @@ call mtr.add_suppression("InnoDB: Warning: allocated tablespace .*, old maximum
# If there is a crash or failure between the ddl_log is written and the
# operation is completed, mysql will try to drop a not yet created partition
call mtr.add_suppression("table .* does not exist in the InnoDB internal");
-call mtr.add_suppression("InnoDB: Warning: MySQL is trying to drop table ");
+call mtr.add_suppression("InnoDB: Warning: MariaDB is trying to drop table ");
--let $DATADIR= `SELECT @@datadir;`