Skip to content

Mysql and real trigger support

I just answered a question in the usenet about triggers in Mysql and discovered something very scary:

You can have only one trigger action time and event at a time for a table. So for example you can only have one "BEFORE INSERT" trigger.


I only can repeat my earlier question: how can anyone get real work done with this *censored*?