mirror of
https://github.com/isar/libmdbx.git
synced 2025-03-05 05:28:15 +08:00
mdbx: removed description of deprecated usage of MDBX_NODUPDATA
.
This commit is contained in:
parent
52cb6b90a7
commit
29da09328e
3
mdbx.h
3
mdbx.h
@ -1593,8 +1593,7 @@ enum MDBX_put_flags_t {
|
|||||||
MDBX_NOOVERWRITE = UINT32_C(0x10),
|
MDBX_NOOVERWRITE = UINT32_C(0x10),
|
||||||
|
|
||||||
/** Has effect only for \ref MDBX_DUPSORT databases.
|
/** Has effect only for \ref MDBX_DUPSORT databases.
|
||||||
* For upsertion: don't write if the key-value pair already exist.
|
* For upsertion: don't write if the key-value pair already exist. */
|
||||||
* For deletion: remove all values for key. */
|
|
||||||
MDBX_NODUPDATA = UINT32_C(0x20),
|
MDBX_NODUPDATA = UINT32_C(0x20),
|
||||||
|
|
||||||
/** For upsertion: overwrite the current key/data pair.
|
/** For upsertion: overwrite the current key/data pair.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user