From: James Devine Date: July 26 2012 7:43pm Subject: store transaction rollback information List-Archive: http://lists.mysql.com/mysql/227902 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5196461351f9504c5c0cfd3 --bcaec5196461351f9504c5c0cfd3 Content-Type: text/plain; charset=ISO-8859-1 I have a large series of mysql changes(inserts/deletes/updates) taking place in a transaction. After committing there may be some times where I need to roll those changes back later on. Is there an easy way of determining what was changed in a transaction in a way I can store it and rollback later? Thanks --bcaec5196461351f9504c5c0cfd3--