libmdbx v0.6.0 Release Notes

Release Date: 2020-01-20 // over 4 years ago
    • 🛠 Fix mdbx_load utility for custom comparators.
    • Fix checks related to MDBX_APPEND flag inside mdbx_cursor_put().
    • Refine/fix dbi_bind() internals.
    • Refine/fix handling STATUS_CONFLICTING_ADDRESSES.
    • Rework MDBX_DBG_DUMP option to avoid disk I/O performance degradation.
    • ➕ Add built-in help to test tool.
    • Fix mdbx_env_set_geometry() for large page size.
    • Fix env_set_geometry() for large pagesize.
    • ✏️ Clarify API description & comments, fix typos.