Many public functions returns ZEBRA_RES rather than int to avoid
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Apr 2005 10:47:47 +0000 (10:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Apr 2005 10:47:47 +0000 (10:47 +0000)
commit49d0ee122a9f86ec2967b577dcc297c501785edd
treed663b50d2dbe7ee640cf0feea34e21b5dd8002d5
parent316086745a698f6c5a5e64a285cf1e764e3315b0
Many public functions returns ZEBRA_RES rather than int to avoid
confusions about succeeded/failed requests. Query parser more picky
about unsupported relation attributes.
25 files changed:
bfile/bfile.c
bfile/cfile.c
bfile/commit.c
bfile/mfile.c
dfa/grepper.c
dfa/imalloc.c
dict/dictext.c
dict/dicttest.c
include/idzebra/api.h
include/idzebra/isamc.h
include/idzebra/util.h
include/rset.h
index/extract.c
index/index.h
index/recindex.c
index/zebraapi.c
index/zrpn.c
index/zserver.c
index/zsets.c
isamb/isamb.c
test/api/t3.c
test/api/t5.c
test/api/testlib.c
test/api/testlib.h
util/res.c