openldap-its@openldap.org wrote:
> https://bugs.openldap.org/show_bug.cgi?id=9286
> 
> --- Comment #2 from co...@kaylors.net ---
> Maybe the published docs aren't reflective of the docs you're referencing, but
> the docs here
> http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127
> state

The docs are generated from lmdb.h. Use the lmdb.h that came in the version of 
LMDB you're using.
> 
> MDB_GET_MULTIPLE        
> Return key and up to a page of duplicate data items from current cursor
> position. Move cursor to prepare for MDB_NEXT_MULTIPLE. Only for MDB_DUPFIXED
> 
> Clearly the desired behavior though, sorry for raising an issue.

This option is used when retrieving multiple duplicate items for the same key.
Since the key is always the same, there is no sense in returning it.

-- 
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

Reply via email to