mdbx: add LIBMDBX_NO_EXPORTS_LEGACY_API build option.

Change-Id: I9d9dcffe63fce843e22132c3829adca57714d818
This commit is contained in:
Leonid Yuriev
2021-02-02 00:25:48 +03:00
parent 38a559b93e
commit 8133d93678
3 changed files with 26 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ New features:
- Added `mdbx_default_pagesize()` function.
- Better support architectures with a weak/relaxed memory consistency model (ARM, AARCH64, PPC, MIPS, RISC-V, etc) by means [C11 atomics](https://en.cppreference.com/w/c/atomic).
- Speed up page number lists and dirty page lists (https://github.com/erthink/libmdbx/issues/132).
- Added `LIBMDBX_NO_EXPORTS_LEGACY_API` build option.
Fixes: