diff options
author | dlenev@brandersnatch.localdomain <> | 2004-09-07 16:29:46 +0400 |
---|---|---|
committer | dlenev@brandersnatch.localdomain <> | 2004-09-07 16:29:46 +0400 |
commit | 9ed038dd6f788e18154c299c07ba5c88446fd638 (patch) | |
tree | 1da70dd5c1cc43e315c793e1a029a25723888964 /sql/share/czech | |
parent | b93aa71d15473f6b108ce2ec63c8d9a0b3ac5f34 (diff) | |
download | mariadb-git-9ed038dd6f788e18154c299c07ba5c88446fd638.tar.gz |
WL#1218 "Triggers". Some very preliminary version of patch.
Mostly needed for Monty for him getting notion what needed for triggers
from new .FRM format.
Things to be done:
- Right placement of trigger's invocations
- Right handling of errors in triggers (including transaction rollback)
- Support for priviliges
- Right handling of DROP/RENAME table (hope that it will be handled automatically
with merging of .TRG into .FRM file)
- Saving/restoring some information critical for trigger creation and replication
with their definitions (e.g. sql_mode, creator, ...)
- Replication
Already has some known bugs so probably not for general review.
Diffstat (limited to 'sql/share/czech')
-rw-r--r-- | sql/share/czech/errmsg.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/share/czech/errmsg.txt b/sql/share/czech/errmsg.txt index 81bc1e733c6..7b5c2cb327a 100644 --- a/sql/share/czech/errmsg.txt +++ b/sql/share/czech/errmsg.txt @@ -366,3 +366,8 @@ character-set=latin2 "View's SELECT and view's field list have different column counts" "View merge algorithm can't be used here for now (assumed undefined algorithm)" "View being update does not have complete key of underlying table in it" +"Trigger already exists" +"Trigger does not exist" +"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" |