diff options
author | bell@sanja.is.com.ua <> | 2004-09-15 23:42:56 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-09-15 23:42:56 +0300 |
commit | 67fcac7a8714b5b58d46609d61c580db4f7a95fd (patch) | |
tree | 3ce3368d9a9eb09ff501cbcf82391101c7e06b40 /sql/share/serbian | |
parent | f797298fc564c70accf5b227fcfe72f12869762b (diff) | |
download | mariadb-git-67fcac7a8714b5b58d46609d61c580db4f7a95fd.tar.gz |
support of join view updateability (WL#1809)
Diffstat (limited to 'sql/share/serbian')
-rw-r--r-- | sql/share/serbian/errmsg.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/share/serbian/errmsg.txt b/sql/share/serbian/errmsg.txt index 6e7826e33d6..7ad12dcee77 100644 --- a/sql/share/serbian/errmsg.txt +++ b/sql/share/serbian/errmsg.txt @@ -373,3 +373,6 @@ character-set=cp1250 "Trigger's '%-.64s' is view or temporary table" "Updating of %s row is not allowed in %strigger" "There is no %s row in %s trigger" +"Can not modify more than one base table through a join view '%-.64s.%-.64s'" +"Can not insert into join view '%-.64s.%-.64s' without fields list" +"Can not delete from join view '%-.64s.%-.64s'" |