summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
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/mysql-test-run.pl
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/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 60ee1557847..fa68a017ff2 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3168,7 +3168,7 @@ sub mysql_install_db {
) != 0)
{
my $data= mtr_grab_file($path_bootstrap_log);
- mtr_error("Error executing mysqld --bootstrap\n" .
+ mtr_error("Error executing mariadbd --bootstrap\n" .
"Could not install system database from $bootstrap_sql_file\n" .
"The $path_bootstrap_log file contains:\n$data\n");
}