[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7671) LMDB cursor_next key
Full_Name: Howard Chu
Version: 2.4.36
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (78.155.233.73)
Submitted by: hyc
When the next value to return is a duplicate value, cursor_get(MDB_NEXT_DUP)
skips returning the key, because it is assumed to already be known.
cursor_get(MDB_NEXT) also skips returning the key because it falls thru the same
code, but in this case we cannot assume the key is already known.