X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsm_or.h;h=9de2b75b8277e13f1336d018a6b62338fc4e9835;hb=2d223d4bb4e25e45905009f71e21624604388cb3;hp=74647b8521e68fa3f0daab1752ee5159ecff4263;hpb=0fd96d50259bb7aa12636180add7c40ba4f5fc60;p=idzebra-moved-to-github.git 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