Commit fe2211b6 authored by unknown's avatar unknown

Language/consistency edits to error messages.

parent 44d2934f
...@@ -320,10 +320,10 @@ character-set=latin2 ...@@ -320,10 +320,10 @@ character-set=latin2
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -347,6 +347,6 @@ character-set=latin2 ...@@ -347,6 +347,6 @@ character-set=latin2
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -314,10 +314,10 @@ character-set=latin1 ...@@ -314,10 +314,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -341,6 +341,6 @@ character-set=latin1 ...@@ -341,6 +341,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -322,10 +322,10 @@ character-set=latin1 ...@@ -322,10 +322,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -349,6 +349,6 @@ character-set=latin1 ...@@ -349,6 +349,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -311,10 +311,10 @@ character-set=latin1 ...@@ -311,10 +311,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -338,6 +338,6 @@ character-set=latin1 ...@@ -338,6 +338,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -316,10 +316,10 @@ character-set=latin7 ...@@ -316,10 +316,10 @@ character-set=latin7
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -343,6 +343,6 @@ character-set=latin7 ...@@ -343,6 +343,6 @@ character-set=latin7
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -311,10 +311,10 @@ character-set=latin1 ...@@ -311,10 +311,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -338,6 +338,6 @@ character-set=latin1 ...@@ -338,6 +338,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -323,10 +323,10 @@ character-set=latin1 ...@@ -323,10 +323,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -350,6 +350,6 @@ character-set=latin1 ...@@ -350,6 +350,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -311,10 +311,10 @@ character-set=greek ...@@ -311,10 +311,10 @@ character-set=greek
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -338,6 +338,6 @@ character-set=greek ...@@ -338,6 +338,6 @@ character-set=greek
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -313,10 +313,10 @@ character-set=latin2 ...@@ -313,10 +313,10 @@ character-set=latin2
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -340,6 +340,6 @@ character-set=latin2 ...@@ -340,6 +340,6 @@ character-set=latin2
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -311,10 +311,10 @@ character-set=latin1 ...@@ -311,10 +311,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -338,6 +338,6 @@ character-set=latin1 ...@@ -338,6 +338,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -313,10 +313,10 @@ character-set=ujis ...@@ -313,10 +313,10 @@ character-set=ujis
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -340,6 +340,6 @@ character-set=ujis ...@@ -340,6 +340,6 @@ character-set=ujis
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -311,10 +311,10 @@ character-set=euckr ...@@ -311,10 +311,10 @@ character-set=euckr
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -338,6 +338,6 @@ character-set=euckr ...@@ -338,6 +338,6 @@ character-set=euckr
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -313,10 +313,10 @@ character-set=latin1 ...@@ -313,10 +313,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -340,6 +340,6 @@ character-set=latin1 ...@@ -340,6 +340,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -313,10 +313,10 @@ character-set=latin1 ...@@ -313,10 +313,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -340,6 +340,6 @@ character-set=latin1 ...@@ -340,6 +340,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -315,10 +315,10 @@ character-set=latin2 ...@@ -315,10 +315,10 @@ character-set=latin2
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -342,6 +342,6 @@ character-set=latin2 ...@@ -342,6 +342,6 @@ character-set=latin2
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -312,10 +312,10 @@ character-set=latin1 ...@@ -312,10 +312,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -339,6 +339,6 @@ character-set=latin1 ...@@ -339,6 +339,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -315,10 +315,10 @@ character-set=latin2 ...@@ -315,10 +315,10 @@ character-set=latin2
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -342,6 +342,6 @@ character-set=latin2 ...@@ -342,6 +342,6 @@ character-set=latin2
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -313,10 +313,10 @@ character-set=koi8r ...@@ -313,10 +313,10 @@ character-set=koi8r
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
......
...@@ -305,10 +305,10 @@ character-set=cp1250 ...@@ -305,10 +305,10 @@ character-set=cp1250
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -332,6 +332,6 @@ character-set=cp1250 ...@@ -332,6 +332,6 @@ character-set=cp1250
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -319,10 +319,10 @@ character-set=latin2 ...@@ -319,10 +319,10 @@ character-set=latin2
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -346,6 +346,6 @@ character-set=latin2 ...@@ -346,6 +346,6 @@ character-set=latin2
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -313,10 +313,10 @@ character-set=latin1 ...@@ -313,10 +313,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -340,6 +340,6 @@ character-set=latin1 ...@@ -340,6 +340,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -311,10 +311,10 @@ character-set=latin1 ...@@ -311,10 +311,10 @@ character-set=latin1
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
...@@ -338,6 +338,6 @@ character-set=latin1 ...@@ -338,6 +338,6 @@ character-set=latin1
"Case not found for CASE statement" "Case not found for CASE statement"
"Configuration file '%-.64s' is too big" "Configuration file '%-.64s' is too big"
"Malformed file type header in file '%-.64s'" "Malformed file type header in file '%-.64s'"
"Unexpected end of file during parsing comment '%-.64s'" "Unexpected end of file while parsing comment '%-.64s'"
"Error during parsing parameter '%-.64s' (line: '%-.64s')" "Error during parsing parameter '%-.64s' (line: '%-.64s')"
"Unexpected end of file during skipping unknown parameter '%-.64s'" "Unexpected end of file while skipping unknown parameter '%-.64s'"
...@@ -316,10 +316,10 @@ character-set=koi8u ...@@ -316,10 +316,10 @@ character-set=koi8u
"SELECT in a stored procedure must have INTO" "SELECT in a stored procedure must have INTO"
"RETURN is only allowed in a FUNCTION" "RETURN is only allowed in a FUNCTION"
"Statements like SELECT, INSERT, UPDATE (and others) are not 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 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 translated to SET SQL_LOG_BIN"
"Query execution was interrupted" "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" "Undefined CONDITION: %s"
"No RETURN found in FUNCTION %s" "No RETURN found in FUNCTION %s"
"FUNCTION %s ended without RETURN" "FUNCTION %s ended without RETURN"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment