diff options
author | unknown <paul@teton.kitebird.com> | 2003-12-23 13:37:10 -0600 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2003-12-23 13:37:10 -0600 |
commit | 390bd92630913e14e96c5e94851c1473f622b752 (patch) | |
tree | f5df74f226afa47ab61544a862736b8981b5b607 /sql/share/serbian | |
parent | 2b1aa3fc2a8af2f10b6767039b265d1a4f9cc929 (diff) | |
download | mariadb-git-390bd92630913e14e96c5e94851c1473f622b752.tar.gz |
Avoid displaying account name in error messages
using syntax that is not actually legal in GRANT.
Diffstat (limited to 'sql/share/serbian')
-rw-r--r-- | sql/share/serbian/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/serbian/errmsg.txt b/sql/share/serbian/errmsg.txt index 904c8f0c8b9..db3f356afcf 100644 --- a/sql/share/serbian/errmsg.txt +++ b/sql/share/serbian/errmsg.txt @@ -272,7 +272,7 @@ character-set=cp1250 "Variable '%-.64s' is not a variable component (Can't be used as XXXX.variable_name)", "Unknown collation: '%-.64s'", "SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support. They can be used later when MySQL slave with SSL will be started.", -"Server is running in --secure-auth mode, but '%s@%s' has a password in the old format; please change the password to the new format", +"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format", "Field or reference '%-.64s%s%-.64s%s%-.64s' of SELECT #%d was resolved in SELECT #%d", "Wrong parameter or combination of parameters for START SLAVE UNTIL", "It is recommended to run with --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL, otherwise you are not safe in case of unexpected slave's mysqld restart", |