Bug #1718 Triggers
Submitted: 30 Oct 2003 18:17 Modified: 1 Apr 2005 19:18
Reporter: Ron Gage Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:4.1 or 5 OS:Linux (Linux and others)
Assigned to: CPU Architecture:Any

[30 Oct 2003 18:17] Ron Gage
Description:
Doesn't it follow logically to include support for triggers if support stored procedures is being implemented?

How to repeat:
um...

Suggested fix:
Once stored procedures are implemented, should be trivial to include a flag for each table to determine whether to run a stored procedure or not for each operation on the table (insert/update/delete).
[30 Oct 2003 19:37] Dean Ellis
View the MySQL Development Roadmap at

http://www.mysql.com/doc/en/Roadmap.html
[1 Apr 2005 19:18] Peter Gulutzan
MySQL version 5.0.3  includes support for triggers.