Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: d2fa5806 by Howard Chu at 2022-11-28T14:32:33+00:00 ITS#9806 LMDB page_split: key threshold depends on page size
32 was chosen for page size of 4KB. Not large nough for 16KB pages.
- - - - - 0c216899 by Quanah Gibson-Mount at 2022-11-28T17:51:38+00:00 ITS#9806
- - - - - 139831a5 by Howard Chu at 2022-11-28T23:18:56+00:00 ITS#9916 liblmdb: use alternate MDB_page2 struct for some accesses
fakepage pointers are only guaranteed to be 2-byte aligned. Use a 2-byte aligned struct definition when referencing 2-byte page members if a page pointer possibly points to a fakepage.
- - - - - f16ef18f by Howard Chu at 2022-11-28T23:41:00+00:00 ITS#9916
- - - - - 248ad8f9 by Quanah Gibson-Mount at 2022-12-05T16:33:17+00:00 Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES - libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fdbe6948fa96a258987b69c...