summaryrefslogtreecommitdiff
path: root/mysql-test/main/myisam_recover.test
diff options
context:
space:
mode:
authorRucha Deodhar <rucha.deodhar@mariadb.com>2021-03-18 13:17:30 +0530
committerRucha Deodhar <rucha.deodhar@mariadb.com>2021-05-24 11:38:13 +0530
commit4e19539c1484a9b23e01601f88b14c450279780a (patch)
tree98810ac5441d68308467bb5606238a2b52673dc4 /mysql-test/main/myisam_recover.test
parent16502e8cf39fbe40fb9826b3185e32dbc5fa4d43 (diff)
downloadmariadb-git-4e19539c1484a9b23e01601f88b14c450279780a.tar.gz
MDEV-22189: Change error messages inside code to have mariadb instead of
mysql Fix: Changed error messages, rerecorded results and changed other relevant files.
Diffstat (limited to 'mysql-test/main/myisam_recover.test')
-rw-r--r--mysql-test/main/myisam_recover.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/myisam_recover.test b/mysql-test/main/myisam_recover.test
index 9056b219148..6fe250197d5 100644
--- a/mysql-test/main/myisam_recover.test
+++ b/mysql-test/main/myisam_recover.test
@@ -22,7 +22,7 @@ connection con1;
--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'");
set @save_table_open_cache=@@table_open_cache;