InnoDB - roll back all transactions for connection

Posted by TheDeveloper on Stack Overflow See other posts from Stack Overflow or by TheDeveloper
Published on 2010-04-21T16:48:30Z Indexed on 2010/04/21 16:53 UTC
Read the original article Hit count: 197

Filed under:
|

Is it possible to rollback all statements that have been executed in the same connection thread? Instead of ROLLBACK just reverting the last executed statement.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about innodb