Bug fix: during isc_merge operations, some pages weren't marked dirty
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Feb 1997 20:42:43 +0000 (20:42 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Feb 1997 20:42:43 +0000 (20:42 +0000)
commit5a4211916c8b14d4b0ec9cc717e613b88394affb
treec090c26cb9aa9f1540c0894806b3a78f30bfb1f5
parent9167923869bcb07faf7e357c883f070be098c66e
Bug fix: during isc_merge operations, some pages weren't marked dirty
even though they should be. At this point the merge operation marks
a page dirty if the previous page changed at all. A better approach is
to mark it dirty if the last key written changed in previous page.
isamc/isamc.c
isamc/merge.c