[ZODB-Dev] How can I analyse what's beign added to a ZODB andwhere?

Tim Peters tim at zope.com
Thu Jan 20 14:59:32 EST 2005


LOL.  I just noticed that fsdump.py computes an MD5 digest for each data
record:

                dig = md5.new(rec.data).hexdigest()

It doesn't use the result, `dig` is simply ignored.  Maybe fsdump was
running too fast <wink>.



More information about the ZODB-Dev mailing list