summaryrefslogtreecommitdiff
path: root/sql/share/french
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-06-03 10:50:19 +0300
committerunknown <monty@hundin.mysql.fi>2002-06-03 10:50:19 +0300
commitebbcb0f391d7df364e0ccc6bca706456e9aadbf7 (patch)
tree6fd623072f37eeebf5bd9db08c352fb3fd586049 /sql/share/french
parentbdb74237346fefff8829d9f4d5f61ec48b35a8f3 (diff)
downloadmariadb-git-ebbcb0f391d7df364e0ccc6bca706456e9aadbf7.tar.gz
new error messages (foreign key)
Diffstat (limited to 'sql/share/french')
-rw-r--r--sql/share/french/errmsg.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/share/french/errmsg.txt b/sql/share/french/errmsg.txt
index cf3e3e845e4..6473b2a71f3 100644
--- a/sql/share/french/errmsg.txt
+++ b/sql/share/french/errmsg.txt
@@ -147,7 +147,7 @@
"%-.16s command denied to user: '%-.32s@%-.64s' for column '%-.64s' in table '%-.64s'",
"Illegal GRANT/REVOKE command. Please consult the manual which privleges can be used.",
"The host or user argument to GRANT is too long",
-"Table '%-64s.%s' doesn't exist",
+"Table '%-.64s.%s' doesn't exist",
"There is no such grant defined for user '%-.32s' on host '%-.64s' on table '%-.64s'",
"The used command is not allowed with this MySQL version",
"Something is wrong in your syntax",
@@ -227,4 +227,6 @@
"Can't execute the query because you have a conflicting read lock",
"Mixing of transactional and non-transactional tables is disabled",
"Option '%s' used twice in statement",
-"User '%-64s' has exceeded the '%s' resource (current value: %ld)",
+"User '%-.64s' has exceeded the '%s' resource (current value: %ld)",
+"Wrong foreign key definition for '%-.64s': %s",
+"Key reference and table reference doesn't match",