summaryrefslogtreecommitdiff
path: root/mysql-test/main/myisam.result
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.result
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.result')
-rw-r--r--mysql-test/main/myisam.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/myisam.result b/mysql-test/main/myisam.result
index 621f79e8065..5c551a25afa 100644
--- a/mysql-test/main/myisam.result
+++ b/mysql-test/main/myisam.result
@@ -2630,7 +2630,7 @@ End of 5.1 tests
# even if myisam-recover is OFF
#
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'");
# Test that we can exchange a crashed partition with a table
SELECT @@global.myisam_recover_options;