[Zope-Checkins] CVS: Zope2 - FileStorage.py:1.24
Jim Fulton
jim@tarzan.digicool.com
Wed, 11 Aug 1999 16:53:36 -0400
Update of /cvs-repository/Zope2/lib/python/ZODB
In directory tarzan.digicool.com:/small/Zope2/lib/python/ZODB
Modified Files:
FileStorage.py
Log Message:
Changed the way status flags are set when packing. All transactions
before the pack time *should* be and now are marked. I was trying to
be cute about letting transactions before the pack time be packed.
This was bent and led to database corruption when these transactions
were undone.