Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Release v0.3.14 (stable)

Latest
Compare
Choose a tag to compare
@erthink erthink released this 26 Mar 13:11
· 16 commits to master since this release
v0.3.14
7d35e91

The stable release with the complete workaround for an incoherence flaw of Linux unified page/buffer cache.
Nonetheless the cause for this trouble may be an issue of Intel CPU cache/MESI.
See libmdbx' issue#269 for more information.

New:

  • Added GTEST_CLONE_URL CMake's variable to override GoogteTest download Git repo URL.
  • Added logging support (built-in proxy for libmdbx).

Fixes:

  • Complete workaround for an incoherence flaw of Linux unified page/buffer cache.
  • Fixed transaction leak (not-an-abortion) when schema load failed.

Please refer to the Git' log and libmdbx' ChangeLog for more information.