diff options
author | bell@sanja.is.com.ua <> | 2004-01-04 23:44:33 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-01-04 23:44:33 +0200 |
commit | 501ae0bc5255fd0a3fa557c7af189f4f4c487469 (patch) | |
tree | 198037221b84d6cf0f9081cad662a648b171c5a6 /sql/share/french | |
parent | 7bb74b6592583656512571e4af1b04d36849d020 (diff) | |
download | mariadb-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.txt | 1 |
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.", |