mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
Fix MDB_MAXKEYSIZE doc: Account for MDB_DUPSORT.
A node may need room for [key, subpage with 2 items] = 3 keys.
This commit is contained in:
parent
9d6e4a9163
commit
fc87d405f1
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ static txnid_t mdb_debug_start;
|
|||
*
|
||||
* We require that keys all fit onto a regular page. This limit
|
||||
* could be raised a bit further if needed; to something just
|
||||
* under (page size / #MDB_MINKEYS).
|
||||
* under (page size / #MDB_MINKEYS / 3).
|
||||
*
|
||||
* Note that data items in an #MDB_DUPSORT database are actually keys
|
||||
* of a subDB, so they're also limited to this size.
|
||||
|
|
|
|||
Loading…
Reference in a new issue