mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 15:54:04 -05:00
More for ITS#7793/7828
Note MDB_CURRENT/MDB_DUPSORT requirement
This commit is contained in:
parent
f537429b64
commit
6948f9dace
1 changed files with 2 additions and 1 deletions
|
|
@ -1335,7 +1335,8 @@ int mdb_cursor_get(MDB_cursor *cursor, MDB_val *key, MDB_val *data,
|
|||
* <li>#MDB_CURRENT - overwrite the data of the key/data pair to which
|
||||
* the cursor refers with the specified data item. The \b key
|
||||
* parameter is not used for positioning the cursor, but should
|
||||
* still be provided.
|
||||
* still be provided. If using sorted duplicates (#MDB_DUPSORT)
|
||||
* the data item must still sort into the same place.
|
||||
* <li>#MDB_NODUPDATA - enter the new key/data pair only if it does not
|
||||
* already appear in the database. This flag may only be specified
|
||||
* if the database was opened with #MDB_DUPSORT. The function will
|
||||
|
|
|
|||
Loading…
Reference in a new issue