diff options
Diffstat (limited to 'mysql-test/main/myisam_recover.result')
-rw-r--r-- | mysql-test/main/myisam_recover.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/myisam_recover.result b/mysql-test/main/myisam_recover.result index da96682186c..1f147af13c8 100644 --- a/mysql-test/main/myisam_recover.result +++ b/mysql-test/main/myisam_recover.result @@ -17,7 +17,7 @@ connection con1; # Minimal values. # 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'"); set @save_table_open_cache=@@table_open_cache; set global table_open_cache=256; |