diff options
Diffstat (limited to 'sql/share/hungarian/errmsg.txt')
-rw-r--r-- | sql/share/hungarian/errmsg.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/share/hungarian/errmsg.txt b/sql/share/hungarian/errmsg.txt index b460edba549..110bb6dd720 100644 --- a/sql/share/hungarian/errmsg.txt +++ b/sql/share/hungarian/errmsg.txt @@ -313,10 +313,10 @@ character-set=latin2 "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" @@ -340,6 +340,6 @@ character-set=latin2 "Case not found for CASE statement" "Configuration file '%-.64s' is too big" "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')" -"Unexpected end of file during skipping unknown parameter '%-.64s'" +"Unexpected end of file while skipping unknown parameter '%-.64s'" |