MySQL Forums
Forum List  »  Stored Procedures

SET using a boolean constant crashes server during CALL
Posted by: Lawrence Holtsclaw
Date: October 10, 2005 02:35PM

If a line of the form: "SET foo = true;" exists in the procedure source, the server crashes when the SP is executed. Replacing this with "SET foo = 1;" succeeds. No errors are encountered when defining the procedure.

This still happens using the 5.0.13 glibc23 RPM's.

Options: ReplyQuote


Subject
Views
Written By
Posted
SET using a boolean constant crashes server during CALL
2574
October 10, 2005 02:35PM


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.