MySQL Forums
Forum List  »  MySQL Workbench

Re: EVENT names based on query
Posted by: Mike Lischke
Date: March 21, 2014 02:21AM

Martin,

better use an AFTER INSERT trigger attached to your table that runs your notification code. This way you only need one stored program for all the inserts.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1330
March 20, 2014 05:18AM
Re: EVENT names based on query
492
March 21, 2014 02:21AM


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.