From 2d223d4bb4e25e45905009f71e21624604388cb3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 23 Dec 1996 15:29:54 +0000 Subject: [PATCH] More work on truncation algorithm. --- include/rsm_or.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4