MySQL Forums
Forum List  »  Stored Procedures

Re: Trigger which updates a table locks it?
Posted by: Chagh
Date: September 17, 2005 06:16AM

hi again!
This is prevention of recursive triggers in 5.0.12, instead, I could use a before trigger and in this trigger use such an statement instead of update:
set new.RelAttNumber = NEW.AttNumber;

Chagh

Options: ReplyQuote


Subject
Views
Written By
Posted
2977
September 13, 2005 02:11AM
Re: Trigger which updates a table locks it?
1796
September 17, 2005 06:16AM


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.