MySQL Forums
Forum List  »  Triggers

Re: MySQL "Before insert" trigger stops insertion process
Posted by: Hamsavardhini Deventhiran
Date: December 28, 2016 01:35AM

Thanks.

This page
http://stackoverflow.com/questions/10617136/why-is-signal-keyword-not-working-in-mysql-5-1-48
says **The SIGNAL and RESIGNAL statements are not supported until MySQL 5.5**

My Mysql version - 5.0.51a-24

And insertion is not by an external application. It is done by sensor automatically and I don't have access to insertion procedure. So "null" logic can't be used.

can we go for Constraints ? anyother workaround will be helpful.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL "Before insert" trigger stops insertion process
807
December 28, 2016 01: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.