diff options
author | pem@mysql.comhem.se <> | 2003-11-24 18:24:14 +0100 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2003-11-24 18:24:14 +0100 |
commit | 47f9c2946f624d1d8f38feec21ec7d34d8a8ac37 (patch) | |
tree | ae23cf67eeb3a215e563e02228889421cf283f7f /sql/share/dutch/errmsg.txt | |
parent | e85a82060a1a4f446493d858b1c208af0979cd05 (diff) | |
download | mariadb-git-47f9c2946f624d1d8f38feec21ec7d34d8a8ac37.tar.gz |
Changed "query" into "statement", and corrected SQL state code (04000->0A000).
Diffstat (limited to 'sql/share/dutch/errmsg.txt')
-rw-r--r-- | sql/share/dutch/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/dutch/errmsg.txt b/sql/share/dutch/errmsg.txt index 68d0ee50f06..8731c94fcdd 100644 --- a/sql/share/dutch/errmsg.txt +++ b/sql/share/dutch/errmsg.txt @@ -309,7 +309,7 @@ character-set=latin1 "Referring to uninitialized variable %s" "SELECT in a stored procedure must have INTO" "RETURN is only allowed in a FUNCTION" -"Queries, 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 translated to SET SQL_LOG_BIN." "Query execution was interrupted" |