MySQL Forums
Forum List  »  Oracle

Re: DISABLING a TRIGGER and RESTARTING one database in MYSQL
Posted by: Peter Brawley
Date: December 22, 2017 09:35AM

MySQL Triggers don't have an enabled/disabled switch, so you'll need to code it into the Trigger, eg have the Trigger read its enabled state from a settings table.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: DISABLING a TRIGGER and RESTARTING one database in MYSQL
752
December 22, 2017 09:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.