MySQL Forums
Forum List  »  Stored Procedures

Re: Get the code and description of an error within a stored procedure
Posted by: Peter Brawley
Date: November 01, 2017 11:08PM

If you can't migrate to 5.6, 5.5 has SIGNAL and RESIGNAL, which can be combined with a MySQL exit handler to return error info.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Get the code and description of an error within a stored procedure
672
November 01, 2017 11:08PM


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.