Problems with using triggers with
•Software version: 5.1.66-0ubuntu0.10.04.1
Hey guys I added a trigger to a table and its crashing giving a 500 error on any pages that uses the table.
it works fine on my local server which i use mysql 5.5
but on 5.1.66 it does this
BEGIN
IF NEW.endurance > 1 THEN
SET NEW.endurance = 1;
END IF;
END
No idea whats going on :( is this a known bug or something
Subject
Views
Written By
Posted
Problems with using triggers with
1766
November 06, 2012 06:26PM
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.