diff options
Diffstat (limited to 'mysql-test/main/myisam.test')
-rw-r--r-- | mysql-test/main/myisam.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/myisam.test b/mysql-test/main/myisam.test index 5ed63f50f49..2ae4da671e6 100644 --- a/mysql-test/main/myisam.test +++ b/mysql-test/main/myisam.test @@ -1758,7 +1758,7 @@ DROP TABLE t1; --echo # call mtr.add_suppression("Got an error from thread_id=.*ha_myisam.cc:"); -call mtr.add_suppression("MySQL thread id .*, query id .* localhost.*root Checking table"); +call mtr.add_suppression("MariaDB thread id .*, query id .* localhost.*root Checking table"); call mtr.add_suppression(" '\..test.t1'"); let $MYSQLD_DATADIR = `SELECT @@datadir`; |