1. 13 Dec, 2002 12 commits
  2. 12 Dec, 2002 16 commits
  3. 10 Dec, 2002 8 commits
  4. 09 Dec, 2002 3 commits
  5. 06 Dec, 2002 1 commit
    • Jeremy Hylton's avatar
      Fix subtle bug in restore(). · 0ce17b49
      Jeremy Hylton authored
      The _txn_find() must not stop at the pack boundary when it is called
      by restore().  It was originally written for _txn_undo() which isn't
      supposed to undo to a transaction across a pack.  But it should be
      legal to restore() a transaction with a reference to a data record in
      a transaction that was packed.
      
      Fix by adding stop_at_pack flag to _txn_find() and add tests of this
      behavior for FileStorage.
      0ce17b49