summaryrefslogtreecommitdiff
path: root/sql/share/korean
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2003-04-17 13:20:02 +0200
committerunknown <pem@mysql.com>2003-04-17 13:20:02 +0200
commit4ed94fcd8ec8afc11e4208a5a3e83bd90b5fc644 (patch)
tree328f86c535d119d9bcc572eb536bb9e006ec5aff /sql/share/korean
parent8f47d237ceb4804de0644c78c65bedc9d71232d9 (diff)
downloadmariadb-git-4ed94fcd8ec8afc11e4208a5a3e83bd90b5fc644.tar.gz
Check the number of args to SPs.
Fixes bug #280. include/mysqld_error.h: Check the number of args to SPs. mysql-test/r/sp-error.result: Check the number of args to SPs. mysql-test/t/sp-error.test: Check the number of args to SPs. sql/share/czech/errmsg.txt: Check the number of args to SPs. sql/share/danish/errmsg.txt: Check the number of args to SPs. sql/share/dutch/errmsg.txt: Check the number of args to SPs. sql/share/english/errmsg.txt: Check the number of args to SPs. sql/share/estonian/errmsg.txt: Check the number of args to SPs. sql/share/french/errmsg.txt: Check the number of args to SPs. sql/share/german/errmsg.txt: Check the number of args to SPs. sql/share/greek/errmsg.txt: Check the number of args to SPs. sql/share/hungarian/errmsg.txt: Check the number of args to SPs. sql/share/italian/errmsg.txt: Check the number of args to SPs. sql/share/japanese/errmsg.txt: Check the number of args to SPs. sql/share/korean/errmsg.txt: Check the number of args to SPs. sql/share/norwegian-ny/errmsg.txt: Check the number of args to SPs. sql/share/norwegian/errmsg.txt: Check the number of args to SPs. sql/share/polish/errmsg.txt: Check the number of args to SPs. sql/share/portuguese/errmsg.txt: Check the number of args to SPs. sql/share/romanian/errmsg.txt: Check the number of args to SPs. sql/share/russian/errmsg.txt: Check the number of args to SPs. sql/share/serbian/errmsg.txt: Check the number of args to SPs. sql/share/slovak/errmsg.txt: Check the number of args to SPs. sql/share/spanish/errmsg.txt: Check the number of args to SPs. sql/share/swedish/errmsg.txt: Check the number of args to SPs. sql/share/ukrainian/errmsg.txt: Check the number of args to SPs. sql/sp_head.cc: Check the number of args to SPs.
Diffstat (limited to 'sql/share/korean')
-rw-r--r--sql/share/korean/errmsg.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/share/korean/errmsg.txt b/sql/share/korean/errmsg.txt
index 5a1d4456cac..45622f0d8c1 100644
--- a/sql/share/korean/errmsg.txt
+++ b/sql/share/korean/errmsg.txt
@@ -275,3 +275,4 @@
"The update log is deprecated and replaced by the binary log. SET SQL_LOG_UPDATE has been ignored."
"The update log is deprecated and replaced by the binary log. SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN."
"Query execution was interrupted"
+"Wrong number of arguments for %s %s, expected %u, got %u"