From 29da09328ea325a23dfcf17acdc038ca8dc4ab22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Mon, 5 Sep 2022 15:53:35 +0300 Subject: [PATCH] mdbx: removed description of deprecated usage of `MDBX_NODUPDATA`. --- mdbx.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mdbx.h b/mdbx.h index f536d41d..88550dd8 100644 --- a/mdbx.h +++ b/mdbx.h @@ -1593,8 +1593,7 @@ enum MDBX_put_flags_t { MDBX_NOOVERWRITE = UINT32_C(0x10), /** Has effect only for \ref MDBX_DUPSORT databases. - * For upsertion: don't write if the key-value pair already exist. - * For deletion: remove all values for key. */ + * For upsertion: don't write if the key-value pair already exist. */ MDBX_NODUPDATA = UINT32_C(0x20), /** For upsertion: overwrite the current key/data pair.