Language/consistency edits to error messages.

This commit is contained in:
unknown 2004-06-15 23:23:56 -05:00
commit fe2211b6c9
23 changed files with 111 additions and 111 deletions

View file

@ -313,10 +313,10 @@ character-set=koi8r
"SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not allowed in a FUNCTION"
"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."
"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"
"Incorrect number of arguments for %s %s; expected %u, got %u"
"Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN"