summaryrefslogtreecommitdiff
path: root/server-tools
diff options
context:
space:
mode:
authorunknown <petr/cps@outpost.site>2006-11-07 05:21:33 +0300
committerunknown <petr/cps@outpost.site>2006-11-07 05:21:33 +0300
commitb63b7ad3d02538a2600e1c2bcade09fcb61dc0d7 (patch)
tree94b9e59e85cc6d381275e3fc0ebc7001d15972c6 /server-tools
parentda032b99eb7b0621e333dc2b6f423d376017a503 (diff)
downloadmariadb-git-b63b7ad3d02538a2600e1c2bcade09fcb61dc0d7.tar.gz
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)
Diffstat (limited to 'server-tools')
-rw-r--r--server-tools/instance-manager/messages.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tools/instance-manager/messages.cc b/server-tools/instance-manager/messages.cc
index 7b32b66fe52..236e33cc900 100644
--- a/server-tools/instance-manager/messages.cc
+++ b/server-tools/instance-manager/messages.cc
@@ -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.";