From: Adam Dickmeiss Date: Fri, 1 Nov 1996 13:35:03 +0000 (+0000) Subject: New element, max_blocks_mem, that control how many blocks of max size X-Git-Tag: ZEBRA.1.0~379 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=bbe002446a766b4697fa40a9210634dc4c06755e New element, max_blocks_mem, that control how many blocks of max size to store in memory during isc_merge. --- diff --git a/include/isamc.h b/include/isamc.h index c977938..40ba83f 100644 --- a/include/isamc.h +++ b/include/isamc.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: isamc.h,v $ - * Revision 1.2 1996-10-29 16:44:42 adam + * Revision 1.3 1996-11-01 13:35:03 adam + * New element, max_blocks_mem, that control how many blocks of max size + * to store in memory during isc_merge. + * + * Revision 1.2 1996/10/29 16:44:42 adam * Added isc_type, isc_block macros. * * Revision 1.1 1996/10/29 13:40:37 adam @@ -37,6 +41,7 @@ typedef struct ISAMC_M_s { void (*code_stop)(int mode, void *p); void (*code_item)(int mode, void *p, char **dst, char **src); + int max_blocks_mem; int debug; } *ISAMC_M;