When closing a storage connection, do the whole tpc_abort() dance.
The previous code just called tpc_abort() on the server, but that wouldn't restart any waiting transaction.
Showing
Please register or sign in to comment
The previous code just called tpc_abort() on the server, but that wouldn't restart any waiting transaction.