[Zope-Checkins] CVS: Zope/lib/python/ZODB - FileStorage.py:1.98.2.7

Jeremy Hylton jeremy@zope.com
Mon, 17 Mar 2003 14:00:21 -0500


Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv12901

Modified Files:
      Tag: Zope-2_6-branch
	FileStorage.py 
Log Message:
Backport fix from trunk: Don't stop after first oid in
commitVersion().


=== Zope/lib/python/ZODB/FileStorage.py 1.98.2.6 => 1.98.2.7 ===
--- Zope/lib/python/ZODB/FileStorage.py:1.98.2.6	Thu Jan 30 18:25:13 2003
+++ Zope/lib/python/ZODB/FileStorage.py	Mon Mar 17 14:00:20 2003
@@ -570,10 +570,6 @@
                 here += heredelta
 
                 current_oids[oid] = 1
-                # Once we've found the data we are looking for,
-                # we can stop chasing backpointers.
-                break
-
             else:
                 # Hm.  This is a non-current record.  Is there a
                 # current record for this oid?