Write flags -
For put: Don't write if the key already exists.
Only for MDB_DUPSORT
For put: don't write if the key and data pair already exist.
For mdb_cursor_del: remove all duplicate data items.
For mdb_cursor_put: overwrite the current key/data pair
For put: Just reserve space for data, don't copy it. Return a pointer to the reserved space.
Data is being appended, don't split full pages.
Duplicate data is being appended, don't split full pages.
Store multiple data items in one call. Only for MDB_DUPFIXED.
Generated automatically by Doxygen for LMDB from the source code.