Comment 16 for bug 829732

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

If I understand correctly, the safety of this feature is achieved by never, ever letting a commit through. In case a commit is attempted, its transaction is rolled back and error is returned. I think we would not sacrifice any safety by keeping on doing rollbacks instead of commits, but returning success instead of error for certain types of transacations (i.e. SELECTs with autocommit=0).