Revise resource API to take default/override resources.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Jan 2004 11:27:20 +0000 (11:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Jan 2004 11:27:20 +0000 (11:27 +0000)
commit2a6f64379961f30bfe6376964ce279ab5242da1f
tree0caa3b36db02fbd21c93abb6d2b4f3d24ce91fca
parentc9c5094f5d94f9e538c4608ace97241ff1c6e10d
Revise resource API to take default/override resources.
Allow Remote insert/delete/replace/update with record, recordIdNumber
(sysno) and/or recordIdOpaque(user supplied record Id).
Server now returns zero hits rather than issue 'unsupported use attribute'
if an attribute is supplied that is defined in .att but not being used.
24 files changed:
dict/dicttest.c
include/res.h
include/rstemp.h
include/zebraapi.h
index/apitest.c
index/extract.c
index/index.h
index/kdump.c
index/lockutil.c
index/main.c
index/trav.c
index/zebraapi.c
index/zebrash.c
index/zrpn.c
index/zserver.c
isam/isam.c
rset/rset.c
test/api/t1.c
test/api/t2.c
test/api/t2.cfg
test/api/t3.c
test/api/t4.c
test/zsh/zebra.cfg
util/res.c