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)
This commit is contained in:
parent
63eaf44c5c
commit
6adfd9436e
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user