Commit 284dee7a authored by Grégory Wisniewski's avatar Grégory Wisniewski

Master's transaction manager must update the last TID with the supplied one.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1501 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 789bd1b9
......@@ -183,6 +183,7 @@ class TransactionManager(object):
self._tid_dict[tid] = txn
# XXX: check the data structure
self._node_dict.setdefault(node, {})[tid] = txn
self.setLastTID(tid)
return tid
def prepare(self, tid, oid_list, uuid_list, msg_id):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment