From: Adam Dickmeiss Date: Mon, 23 Dec 1996 15:29:54 +0000 (+0000) Subject: More work on truncation algorithm. X-Git-Tag: ZEBRA.1.0~355 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=2d223d4bb4e25e45905009f71e21624604388cb3;p=idzebra-moved-to-github.git More work on truncation algorithm. --- diff --git a/include/rsm_or.h b/include/rsm_or.h index 74647b8..9de2b75 100644 --- a/include/rsm_or.h +++ b/include/rsm_or.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsm_or.h,v $ - * Revision 1.1 1996-12-20 11:06:45 adam + * Revision 1.2 1996-12-23 15:29:54 adam + * More work on truncation algorithm. + * + * Revision 1.1 1996/12/20 11:06:45 adam * Implemented multi-or result set. * * @@ -26,6 +29,7 @@ typedef struct rset_m_or_parms ISAM_P *isam_positions; int no_isam_positions; + int no_save_positions; } rset_m_or_parms; #endif