On 26 Jul 2012, at 21:43, James Devine wrote:
> 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
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 late