X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isam%2Fmemory.h;h=e1bd1f0911994985205b30f36eb5e57e1ad76114;hp=d082556f4074f2c17f2a81ee68a38378861eefa0;hb=34e1e6c2ddbbd31f9c4b8401c973ed7fae9eda34;hpb=eeefdb17312edc896a6f6182bca6a5fc9bf22189 diff --git a/isam/memory.h b/isam/memory.h index d082556..e1bd1f0 100644 --- a/isam/memory.h +++ b/isam/memory.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: memory.h,v $ - * Revision 1.4 1995-12-06 15:48:47 quinn + * Revision 1.5 1996-03-11 14:52:25 quinn + * Fixed update bug. Repeated insertion in the same area sometimes caused + * problems. + * + * Revision 1.4 1995/12/06 15:48:47 quinn * Fixed update-problem. * * Revision 1.3 1994/09/28 16:58:33 quinn @@ -76,6 +80,7 @@ typedef struct is_mtable int num_records; /* total number of records */ int pos_type; /* blocktype */ is_mblock *cur_mblock; + is_mbuf *last_mbuf; is_mblock *data; /* blocks contained in this table */ ISAM is; } is_mtable;