1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix Bug #22494 Instance Manager: Inconsistent error message wording

Use better wording
This commit is contained in:
petr/cps@outpost.site
2006-11-07 05:21:33 +03:00
parent 103e0d5ec9
commit 1b44fe6196
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ static const char *mysqld_error_message(unsigned sql_errno)
" corresponds to your MySQL Instance Manager version for the right"
" syntax to use";
case ER_BAD_INSTANCE_NAME:
return "Bad instance name. Check that the instance with such a name exists";
return "Unknown instance name";
case ER_INSTANCE_IS_NOT_STARTED:
return "Cannot stop instance. Perhaps the instance is not started, or was"
" started manually, so IM cannot find the pidfile.";