mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx-doc: fix MDBX_INTEGERDUP
description.
Resolve https://github.com/erthink/libmdbx/issues/140 Change-Id: Ifb24cbbc9cba7d0c09da8e99e6d87412d151d093
This commit is contained in:
parent
23fd4444b5
commit
659fbb3df7
6
mdbx.h
6
mdbx.h
@ -1347,9 +1347,9 @@ enum MDBX_db_flags_t {
|
||||
/** With \ref MDBX_DUPSORT; sorted dup items have fixed size */
|
||||
MDBX_DUPFIXED = UINT32_C(0x10),
|
||||
|
||||
/** With \ref MDBX_DUPSORT; dups are \ref MDBX_INTEGERKEY -style integers. The
|
||||
* data values must all be of the same size and must be aligned while passing
|
||||
* as arguments. */
|
||||
/** With \ref MDBX_DUPSORT and with \ref MDBX_DUPFIXED; dups are fixed size
|
||||
* \ref MDBX_INTEGERKEY -style integers. The data values must all be of the
|
||||
* same size and must be aligned while passing as arguments. */
|
||||
MDBX_INTEGERDUP = UINT32_C(0x20),
|
||||
|
||||
/** With \ref MDBX_DUPSORT; use reverse string comparison */
|
||||
|
Loading…
x
Reference in New Issue
Block a user