summaryrefslogtreecommitdiff
path: root/sql/share/norwegian
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2003-12-16 21:52:11 +0100
committerguilhem@mysql.com <>2003-12-16 21:52:11 +0100
commitb6e55207f58e3251001ab9d6b4ba81dc72d4443a (patch)
tree761a7d8ce85eb6a5b4c8fa73435f36a014e25ebe /sql/share/norwegian
parente56c8c61d83fce91fe6ff0da66e05b80255cfbf1 (diff)
downloadmariadb-git-b6e55207f58e3251001ab9d6b4ba81dc72d4443a.tar.gz
Fix for BUG#2121 "Inadequate message "check permissions on master.info"":
more general message when slave can't start because of incorrect replication information, the previous one was sometimes a misleading indication (i.e. sometimes the problem had nothing to do with system permissions). The perfect fix would be to report the exact error to the client (instead of pointing the client to the error log); this is a bit of work so it's more a development task: WL#1088 "Move all hardcoded messages of replication to share/errmsg.txt". I was not able to modify the errmsg.txt in these sql/ subdirectories: danish dutch german italian portuguese russian spanish swedish ukrainian
Diffstat (limited to 'sql/share/norwegian')
-rw-r--r--sql/share/norwegian/errmsg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/norwegian/errmsg.txt b/sql/share/norwegian/errmsg.txt
index fe379261151..6b92a6da2c4 100644
--- a/sql/share/norwegian/errmsg.txt
+++ b/sql/share/norwegian/errmsg.txt
@@ -204,7 +204,7 @@
"This operation cannot be performed with a running slave, run SLAVE STOP first",
"This operation requires a running slave, configure slave and do SLAVE START",
"The server is not configured as slave, fix in config file or with CHANGE MASTER TO",
-"Could not initialize master info structure, check permisions on master.info",
+"Could not initialize master info structure, more error messages can be found in the MySQL error log",
"Could not create slave thread, check system resources",
"User %-.64s has already more than 'max_user_connections' active connections",
"You may only use constant expressions with SET",