MySQL Forums
Forum List  »  Stored Procedures

Re: Keep inserted rows in Temp table - after a rollback
Posted by: Peter Brawley
Date: February 04, 2019 11:20AM

Okeh, I think setting the temporary table engine to a non-transactional storage engine, https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_default_tmp_storage_engine, should address your requirement.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Keep inserted rows in Temp table - after a rollback
449
February 04, 2019 11:20AM


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.