Tom Bradford wrote:
I think it may have something to do with flush() not being called on creation and the root pages of the btrees not being properly written out if nothing else happens to the file. Hopefully, it should be an easy fix.
After looking at Kimbro's last commit, I'm wondering why Paged.close() doesn't explicitly call Paged.flush() before doing the close? That would make it not only consistent with classes in java.io but what (I assume) must people would expect. It also relieves the need to call flush() every time before you call close().
Mike.
-- Mike Gratton <[EMAIL PROTECTED]> "Every motive escalate." Blatant self-promotion: <http://web.vee.net/>
