Daily Archives: June 27, 2014

Handling Errors in MYSQL Procedures with Rollback

f you have mysql stored procedure that changes database tables — you probably want to enclose the whole procedure in a single transaction and add error handling to roll back the work if anything fails. Here is how to do … Continue reading

Posted in Uncategorized | Leave a comment