1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-22189: Change error messages inside code to have mariadb instead of

mysql

Fix: Changed error messages, rerecorded results and changed other relevant
files.
This commit is contained in:
Rucha Deodhar
2021-03-18 13:17:30 +05:30
parent 16502e8cf3
commit 4e19539c14
69 changed files with 211 additions and 120 deletions

View File

@@ -947,7 +947,7 @@ static int check_access()
}
if (opt_mysqld && (error= my_access(opt_mysqld, F_OK)))
{
fprintf(stderr, "ERROR: Cannot access mysqld path '%s'.\n",
fprintf(stderr, "ERROR: Cannot access mariadbd path '%s'.\n",
opt_mysqld);
goto exit;
}