summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-05-14 02:28:10 +0400
committerkonstantin@mysql.com <>2005-05-14 02:28:10 +0400
commit6adfd9436ebfa0274f9fd5c4402e8d4e1d467f52 (patch)
treefd0e6f4a38c643ea3821180d245c20bd81fe903c /sql
parent63eaf44c5c6e978f0b531fa8111cb45682f0ebd1 (diff)
downloadmariadb-git-6adfd9436ebfa0274f9fd5c4402e8d4e1d467f52.tar.gz
Fix wrong format specifier in error messages.
Not to be pushed into 5.0 as there it's fixed differently (in the new format of error messages)
Diffstat (limited to 'sql')
-rw-r--r--sql/share/danish/errmsg.txt2
-rw-r--r--sql/share/serbian/errmsg.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/danish/errmsg.txt b/sql/share/danish/errmsg.txt
index 384625f7112..4983d39714a 100644
--- a/sql/share/danish/errmsg.txt
+++ b/sql/share/danish/errmsg.txt
@@ -262,7 +262,7 @@ character-set=latin1
"Key reference and table reference don't match",
"Operand should contain %d column(s)",
"Subquery returns more than 1 row",
-"Unknown prepared statement handler (%ld) given to %s",
+"Unknown prepared statement handler (%.*s) given to %s",
"Help database is corrupt or does not exist",
"Cyclic reference on subqueries",
"Converting column '%s' from %s to %s",
diff --git a/sql/share/serbian/errmsg.txt b/sql/share/serbian/errmsg.txt
index accf1926abb..adda7d7cf53 100644
--- a/sql/share/serbian/errmsg.txt
+++ b/sql/share/serbian/errmsg.txt
@@ -252,7 +252,7 @@ character-set=cp1250
"Key reference and table reference don't match",
"Operand should contain %d column(s)",
"Subquery returns more than 1 row",
-"Unknown prepared statement handler (%ld) given to %s",
+"Unknown prepared statement handler (%.*s) given to %s",
"Help database is corrupt or does not exist",
"Cyclic reference on subqueries",
"Converting column '%s' from %s to %s",