New element, max_blocks_mem, that control how many blocks of max size
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 1 Nov 1996 13:35:03 +0000 (13:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 1 Nov 1996 13:35:03 +0000 (13:35 +0000)
to store in memory during isc_merge.

include/isamc.h

index c977938..40ba83f 100644 (file)
@@ -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;