Changes
1. Fixes a bug in the TM whereby tpc_abort was ignored. this was the likely cause of external transaction manager's never recieving a commit or abort statement and hanging because they could never register again for a transaction. 2. Works around a bug in Zope's transaction machinery. This bug is a corner case. it would cause loss of data integrity if a external transaction manager were involved in a zope transaction that involved a subtransaction commit, in which the overall transaction was aborted.
Showing
Please register or sign in to comment