Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
877d44da
Commit
877d44da
authored
Jun 15, 2004
by
paul@ice.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Language/consistency edits to error messages.
parent
ecd424ac
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
111 additions
and
111 deletions
+111
-111
sql/share/czech/errmsg.txt
sql/share/czech/errmsg.txt
+5
-5
sql/share/danish/errmsg.txt
sql/share/danish/errmsg.txt
+5
-5
sql/share/dutch/errmsg.txt
sql/share/dutch/errmsg.txt
+5
-5
sql/share/english/errmsg.txt
sql/share/english/errmsg.txt
+5
-5
sql/share/estonian/errmsg.txt
sql/share/estonian/errmsg.txt
+5
-5
sql/share/french/errmsg.txt
sql/share/french/errmsg.txt
+5
-5
sql/share/german/errmsg.txt
sql/share/german/errmsg.txt
+5
-5
sql/share/greek/errmsg.txt
sql/share/greek/errmsg.txt
+5
-5
sql/share/hungarian/errmsg.txt
sql/share/hungarian/errmsg.txt
+5
-5
sql/share/italian/errmsg.txt
sql/share/italian/errmsg.txt
+5
-5
sql/share/japanese/errmsg.txt
sql/share/japanese/errmsg.txt
+5
-5
sql/share/korean/errmsg.txt
sql/share/korean/errmsg.txt
+5
-5
sql/share/norwegian-ny/errmsg.txt
sql/share/norwegian-ny/errmsg.txt
+5
-5
sql/share/norwegian/errmsg.txt
sql/share/norwegian/errmsg.txt
+5
-5
sql/share/polish/errmsg.txt
sql/share/polish/errmsg.txt
+5
-5
sql/share/portuguese/errmsg.txt
sql/share/portuguese/errmsg.txt
+5
-5
sql/share/romanian/errmsg.txt
sql/share/romanian/errmsg.txt
+5
-5
sql/share/russian/errmsg.txt
sql/share/russian/errmsg.txt
+3
-3
sql/share/serbian/errmsg.txt
sql/share/serbian/errmsg.txt
+5
-5
sql/share/slovak/errmsg.txt
sql/share/slovak/errmsg.txt
+5
-5
sql/share/spanish/errmsg.txt
sql/share/spanish/errmsg.txt
+5
-5
sql/share/swedish/errmsg.txt
sql/share/swedish/errmsg.txt
+5
-5
sql/share/ukrainian/errmsg.txt
sql/share/ukrainian/errmsg.txt
+3
-3
No files found.
sql/share/czech/errmsg.txt
View file @
877d44da
...
...
@@ -320,10 +320,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"
...
...
@@ -347,6 +347,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'"
sql/share/danish/errmsg.txt
View file @
877d44da
...
...
@@ -314,10 +314,10 @@ character-set=latin1
"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"
...
...
@@ -341,6 +341,6 @@ character-set=latin1
"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'"
sql/share/dutch/errmsg.txt
View file @
877d44da
...
...
@@ -322,10 +322,10 @@ character-set=latin1
"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"
...
...
@@ -349,6 +349,6 @@ character-set=latin1
"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'"
sql/share/english/errmsg.txt
View file @
877d44da
...
...
@@ -311,10 +311,10 @@ character-set=latin1
"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"
...
...
@@ -338,6 +338,6 @@ character-set=latin1
"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'"
sql/share/estonian/errmsg.txt
View file @
877d44da
...
...
@@ -316,10 +316,10 @@ character-set=latin7
"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"
...
...
@@ -343,6 +343,6 @@ character-set=latin7
"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'"
sql/share/french/errmsg.txt
View file @
877d44da
...
...
@@ -311,10 +311,10 @@ character-set=latin1
"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"
...
...
@@ -338,6 +338,6 @@ character-set=latin1
"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'"
sql/share/german/errmsg.txt
View file @
877d44da
...
...
@@ -323,10 +323,10 @@ character-set=latin1
"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"
...
...
@@ -350,6 +350,6 @@ character-set=latin1
"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'"
sql/share/greek/errmsg.txt
View file @
877d44da
...
...
@@ -311,10 +311,10 @@ character-set=greek
"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"
...
...
@@ -338,6 +338,6 @@ character-set=greek
"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'"
sql/share/hungarian/errmsg.txt
View file @
877d44da
...
...
@@ -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'"
sql/share/italian/errmsg.txt
View file @
877d44da
...
...
@@ -311,10 +311,10 @@ character-set=latin1
"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"
...
...
@@ -338,6 +338,6 @@ character-set=latin1
"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'"
sql/share/japanese/errmsg.txt
View file @
877d44da
...
...
@@ -313,10 +313,10 @@ character-set=ujis
"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=ujis
"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'"
sql/share/korean/errmsg.txt
View file @
877d44da
...
...
@@ -311,10 +311,10 @@ character-set=euckr
"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"
...
...
@@ -338,6 +338,6 @@ character-set=euckr
"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'"
sql/share/norwegian-ny/errmsg.txt
View file @
877d44da
...
...
@@ -313,10 +313,10 @@ character-set=latin1
"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=latin1
"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'"
sql/share/norwegian/errmsg.txt
View file @
877d44da
...
...
@@ -313,10 +313,10 @@ character-set=latin1
"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=latin1
"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'"
sql/share/polish/errmsg.txt
View file @
877d44da
...
...
@@ -315,10 +315,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"
...
...
@@ -342,6 +342,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'"
sql/share/portuguese/errmsg.txt
View file @
877d44da
...
...
@@ -312,10 +312,10 @@ character-set=latin1
"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"
...
...
@@ -339,6 +339,6 @@ character-set=latin1
"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'"
sql/share/romanian/errmsg.txt
View file @
877d44da
...
...
@@ -315,10 +315,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"
...
...
@@ -342,6 +342,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'"
sql/share/russian/errmsg.txt
View file @
877d44da
...
...
@@ -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"
...
...
sql/share/serbian/errmsg.txt
View file @
877d44da
...
...
@@ -305,10 +305,10 @@ character-set=cp1250
"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"
...
...
@@ -332,6 +332,6 @@ character-set=cp1250
"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'"
sql/share/slovak/errmsg.txt
View file @
877d44da
...
...
@@ -319,10 +319,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"
...
...
@@ -346,6 +346,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'"
sql/share/spanish/errmsg.txt
View file @
877d44da
...
...
@@ -313,10 +313,10 @@ character-set=latin1
"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=latin1
"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'"
sql/share/swedish/errmsg.txt
View file @
877d44da
...
...
@@ -311,10 +311,10 @@ character-set=latin1
"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"
...
...
@@ -338,6 +338,6 @@ character-set=latin1
"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'"
sql/share/ukrainian/errmsg.txt
View file @
877d44da
...
...
@@ -316,10 +316,10 @@ character-set=koi8u
"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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment