summaryrefslogtreecommitdiff
path: root/sql/share/french
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-01-04 23:44:33 +0200
committerbell@sanja.is.com.ua <>2004-01-04 23:44:33 +0200
commit501ae0bc5255fd0a3fa557c7af189f4f4c487469 (patch)
tree198037221b84d6cf0f9081cad662a648b171c5a6 /sql/share/french
parent7bb74b6592583656512571e4af1b04d36849d020 (diff)
downloadmariadb-git-501ae0bc5255fd0a3fa557c7af189f4f4c487469.tar.gz
allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117)
allow delete table by alias in multi-delete statement
Diffstat (limited to 'sql/share/french')
-rw-r--r--sql/share/french/errmsg.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/share/french/errmsg.txt b/sql/share/french/errmsg.txt
index 94922ca40f4..afc1879a526 100644
--- a/sql/share/french/errmsg.txt
+++ b/sql/share/french/errmsg.txt
@@ -290,3 +290,4 @@ character-set=latin1
"MySQL is started in --skip-name-resolve mode. You need to restart it without this switch for this grant to work",
"Unknown table engine '%s'",
"'%s' is deprecated. Use '%s' instead.",
+"The target table %-.100s of the %s is not updatable.",