[Zodb-checkins] CVS: Packages/ZODB - FileStorage.py:1.135.6.9
Tim Peters
tim.one at comcast.net
Tue Jun 14 16:46:32 EDT 2005
Update of /cvs-repository/Packages/ZODB
In directory cvs.zope.org:/tmp/cvs-serv29971/ZODB
Modified Files:
Tag: Zope-2_7-branch
FileStorage.py
Log Message:
UndoSearch._readnext(): Add the transaction size to the return value.
=== Packages/ZODB/FileStorage.py 1.135.6.8 => 1.135.6.9 ===
--- Packages/ZODB/FileStorage.py:1.135.6.8 Mon Feb 28 16:20:41 2005
+++ Packages/ZODB/FileStorage.py Tue Jun 14 16:46:32 2005
@@ -2374,6 +2374,7 @@
d = {'id': base64.encodestring(tid).rstrip(),
'time': TimeStamp(tid).timeTime(),
'user_name': u,
+ 'size': u64(tl),
'description': d}
d.update(e)
return d
More information about the Zodb-checkins
mailing list