[Checkins] SVN: zc.bsddbstorage/branches/dev/src/zc/bsddbstorage/__init__.py checkpoint.

Jim Fulton jim at zope.com
Tue Nov 17 18:02:46 EST 2009


Log message for revision 105784:
  checkpoint.
  

Changed:
  U   zc.bsddbstorage/branches/dev/src/zc/bsddbstorage/__init__.py

-=-
Modified: zc.bsddbstorage/branches/dev/src/zc/bsddbstorage/__init__.py
===================================================================
--- zc.bsddbstorage/branches/dev/src/zc/bsddbstorage/__init__.py	2009-11-17 22:55:48 UTC (rev 105783)
+++ zc.bsddbstorage/branches/dev/src/zc/bsddbstorage/__init__.py	2009-11-17 23:02:46 UTC (rev 105784)
@@ -350,6 +350,8 @@
                 if kv is None:
                     return None
                 tid = kv[0]
+                if tid > pack_tid:
+                    return None
 
                 # Set the status flag to indicate that the transaction
                 # was packed.



More information about the checkins mailing list