X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=index%2Fzserver.h;h=d2874a49ea3c72dbe7235fcdc73e8553e56d0483;hb=75a4bfb9aee40405a751320769d74fd890f2c0b4;hp=4871c88468d37aadf3d2259933430f9a5c5c4b98;hpb=2d223d4bb4e25e45905009f71e21624604388cb3;p=idzebra-moved-to-github.git diff --git a/index/zserver.h b/index/zserver.h index 4871c88..d2874a4 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.22 1996-11-04 14:07:49 adam + * Revision 1.23 1996-12-23 15:30:46 adam + * Work on truncation. + * Bug fix: result sets weren't deleted after server shut down. + * + * Revision 1.22 1996/11/04 14:07:49 adam * Moved truncation code to trunc.c. * * Revision 1.21 1996/10/29 14:09:58 adam @@ -123,6 +127,8 @@ RSET rset_trunc (ZServerInfo *zi, ISAM_P *isam_p, int no); ZServerSet *resultSetAdd (ZServerInfo *zi, const char *name, int ov, RSET rset); ZServerSet *resultSetGet (ZServerInfo *zi, const char *name); +void resultSetDestroy (ZServerInfo *zi); + ZServerSetSysno *resultSetSysnoGet (ZServerInfo *zi, const char *name, int num, int *positions); void resultSetSysnoDel (ZServerInfo *zi, ZServerSetSysno *records, int num);