mdbx: removed description of deprecated usage of MDBX_NODUPDATA.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-09-05 15:53:35 +03:00
parent 52cb6b90a7
commit 29da09328e

3
mdbx.h
View File

@ -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.