This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
Release 0.5.0
- Fix returning MDBX_RESULT_TRUE from page_alloc().
- Fix false-positive ASAN issue.
- Fix assertion for
MDBX_NOTLS
option. - Rework MADV_DONTNEED threshold.
- Fix
mdbx_chk
utility for don't checking some numbers if walking of B-tree was disabled. - Use page's mp_txnid for basic integrity checking.
- Add MDBX_FORCE_ASSERTIONS built-time option.
- Rework MDBX_DBG_DUMP to avoid performance degradation.
- Rename MDBX_NOSYNC to MDBX_SAFE_NOSYNC for clarity.
- Interpret
ERROR_ACCESS_DENIED
fromOpenProcess()
as 'process exists'. - Avoid using FILE_FLAG_NO_BUFFERING for compatibility with small database pages.
- Added install section for CMake.