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.
Showing
mysql-test/r/trigger.result
0 → 100644
mysql-test/t/trigger.test
0 → 100644
sql/sql_trigger.cc
0 → 100644
sql/sql_trigger.h
0 → 100644
Please register or sign in to comment