mdbx: add MDBX_ENABLE_MADVISE build option/macro.

Change-Id: I6174ec62e4811e891663b8ae0f7918aa09baf5ab
This commit is contained in:
Leonid Yuriev
2021-02-26 04:10:56 +03:00
parent ecc755881e
commit b164baa1f5
4 changed files with 44 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ New features:
of the range (i.e. 32769..65533) are used for the new representation.
- Added the `mdbx_drop` similar to LMDB command-line tool to purge or delete (sub)database(s).
- [Ruby bindings](https://rubygems.org/gems/mdbx/) is available now by [Mahlon E. Smith](https://github.com/mahlonsmith).
- Added `MDBX_ENABLE_MADVISE` build option which controls the use of POSIX `madvise()` hints and friends.
Fixes: