X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fphysical.c;h=9dccb47b6ee0a01c5dc6243ca46a6adea855a335;hb=e39158d4c6147865c129d2524f1b910e4e7921ed;hp=e02598e391ca87a6cc7b7d8c2b8f0b62e3364ff4;hpb=b879b04a092d5b00cc866cf16f755e55053d2e89;p=idzebra-moved-to-github.git diff --git a/isam/physical.c b/isam/physical.c index e02598e..9dccb47 100644 --- a/isam/physical.c +++ b/isam/physical.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: physical.c,v $ - * Revision 1.6 1995-09-04 12:33:47 adam + * Revision 1.7 1995-12-06 14:48:27 quinn + * Fixed some strange bugs. + * + * Revision 1.6 1995/09/04 12:33:47 adam * Various cleanup. YAZ util used instead. * * Revision 1.5 1994/09/28 11:29:33 quinn @@ -148,6 +151,7 @@ int is_p_read_full(is_mtable *tab, is_mblock *block) dread += toread; block->bread += toread * is_keysize(tab->is); } + block->state = IS_MBSTATE_CLEAN; } logf (LOG_DEBUG, "R: Block #%d contains %d records.", block->diskpos, block->num_records); return 0;