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