https://bugs.openldap.org/show_bug.cgi?id=10572
Issue ID: 10572 Summary: please add mdb_env_get_maxkeysize() to upgrading.doc for 1.0.x Product: LMDB Version: 1.0.1 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: liblmdb Assignee: bugs@openldap.org Reporter: matthias.andree@gmx.de CC: steffen@sdaoden.eu Target Milestone: ---
https://git.openldap.org/openldap/openldap/-/commit/136667a1492ea624b8d8bee2... updated the mdb_env_get_maxkeysize() documentation for the LMDB_1.0.1 release such that it now correctly mentions it must be called after mdb_env_open() rather than mdb_env_create() (as was sufficient in 0.9.x), in response to a defect report from Steffen here https://bugs.openldap.org/show_bug.cgi?id=10534.
Please add a relevant line that mdb_env_get_maxkeysize() can now (as of 1.0.0) only be called after mdb_env_open() to upgrading.doc so that LMDB users are aware they may need to move the mdb_env_get_maxkeysize() call in their code.
https://bugs.openldap.org/show_bug.cgi?id=10572
matthias.andree@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=10534
https://bugs.openldap.org/show_bug.cgi?id=10572
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |1.0.2
https://bugs.openldap.org/show_bug.cgi?id=10572
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST
--- Comment #1 from Howard Chu hyc@openldap.org --- Added in d2d632994d00204607aab8f35a0d82ddb219a63f
https://bugs.openldap.org/show_bug.cgi?id=10572
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |hyc@openldap.org
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- mdb.master3:
• d2d63299 by Howard Chu at 2026-08-18T17:01:49+01:00 ITS#10572 lmdb: more upgrade notes
mdb.RE/1.0:
• 9b7c2c53 by Howard Chu at 2026-08-18T17:02:43+01:00 ITS#10572 lmdb: more upgrade notes