Extend isamb_merge read handler with new insert mode.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Nov 2007 09:56:42 +0000 (09:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Nov 2007 09:56:42 +0000 (09:56 +0000)
commitf2daad6f8d9e14d93e4e40b9fe663d768b4044d9
treec192953278d5986d2262b15ff724a4dc70f31b4d
parentb5e83a9b112dbf718cd98f7cd89edd2f06fa0354
Extend isamb_merge read handler with new insert mode.

Extend isamb_merge read handler, read_item, with new insert mode of
value 2. Like 1 this means "insertion", but, unlike 1, forces an existing
key to be replaced even though the comparison is 0. Until now ISAMB
has assumed "same" key for value of 0.
isamb/isamb.c