The rec_get function returns NULL if record doesn't exist - will
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 11 Dec 1995 09:12:44 +0000 (09:12 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 11 Dec 1995 09:12:44 +0000 (09:12 +0000)
commit62f6cad37f14a19d9c1ce763ea54a61b350c7881
tree9f98b138d79dcc684f6d10a9afdc6bbfea9e44d4
parent6c836c5e8eff1e57360dd0a33197c91301277c2c
The rec_get function returns NULL if record doesn't exist - will
happen in the server if the result set records have been deleted since
the creation of the set (i.e. the search).
The server saves a result temporarily if it is 'volatile', i.e. the
set is register dependent.
index/Makefile
index/extract.c
index/recindex.c
index/recindxp.h
index/zrpn.c
index/zserver.c