mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix Bug #22494 Instance Manager: Inconsistent error message wording
Use better wording mysql-test/r/im_life_cycle.result: update result file with new error message server-tools/instance-manager/messages.cc: use better error message (as adviced by paul)
This commit is contained in:
@ -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.";
|
||||
|
Reference in New Issue
Block a user