Added tpc_vote() infrastructure along the lines of tpc_begin() and
tpc_finish(); i.e. it acquires the lock, checks the argument, and then calls self._vote(). Note that the transaction passed to tpc_vote() isn't passed to self._vote(), since I don't what would be useful. BaseStorage._vote(): current no-op.
Showing
Please register or sign in to comment