Changed record update API . It is now handled by function
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 14 Mar 2007 11:48:31 +0000 (11:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 14 Mar 2007 11:48:31 +0000 (11:48 +0000)
commit21f90a8618faec6bee8d125c12088b74db8eb8b9
tree81833f78e383300cda87875711917eef4c87b22f
parent46c0e649af38cec11668a4a15ab10915b06ccbc1
Changed record update API . It is now handled by function
zebra_record_update which does insert/replace/delete/update of
records . This function replaces zebra_record_{insert,delete} and
zebra_admin_exchange_record.
NEWS
debian/rules
include/idzebra/api.h
include/idzebra/recctrl.h
index/extract.c
index/index.h
index/zebraapi.c
index/zebrash.c
index/zebrasrv.c
test/api/t13.c
test/api/t14.c