diff options
Diffstat (limited to 'sql/share/dutch/errmsg.txt')
-rw-r--r-- | sql/share/dutch/errmsg.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sql/share/dutch/errmsg.txt b/sql/share/dutch/errmsg.txt index 6091616fc4a..cdae9092602 100644 --- a/sql/share/dutch/errmsg.txt +++ b/sql/share/dutch/errmsg.txt @@ -261,4 +261,14 @@ "Every derived table must have it's own alias" "Select %u was reduced during optimisation", "Table '%-.64s' from one of SELECT's can not be used in %-.32s" -"Client does not support authentication protocol requested by server. Consider upgrading MySQL client"
\ No newline at end of file +"Client does not support authentication protocol requested by server. Consider upgrading MySQL client" +"Can't create a PROCEDURE from within a PROCEDURE" +"PROCEDURE already exists" +"PROCEDURE does not exist" +"Failed to DROP PROCEDURE" +"Failed to CREATE PROCEDURE" +"%s with no matching label" +"Redefining label" +"End-label without match" +"Referring to uninitialized variable" +"SELECT in a stored procedure must have INTO" |