Commit d90a0243 authored by Jim Fulton's avatar Jim Fulton

OK, copying loadBefore was the right fix to the checkPackLotsWhileWriting failure

Even though the previous commit otherwise made MVCCMappingStorage and
IMVCCStorage handling better.
parent 2729f3a9
......@@ -46,6 +46,7 @@ class MVCCMappingStorage(MappingStorage):
inst._commit_lock = self._commit_lock
inst.new_oid = self.new_oid
inst.pack = self.pack
inst.loadBefore = self.loadBefore
inst._ltid = self._ltid
inst._main_lock_acquire = self._lock_acquire
inst._main_lock_release = self._lock_release
......
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