mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
Leo Yuriev
84ce8b4cd8
lmdb: properly sync meta-pages in mdb_sync_env().
Meta-pages may be updated during data-syncing in mdb_sync_env(), in this case database would be inconsistent. Check-and-retry if lead txn-id changed during flushing data in mdb_sync_env(). Change-Id: I806e6d3766d028dcd4e6b0591aabc718107056fb
Description
Mirror of the libmdbx repository
Languages
C
54.7%
C++
37.1%
CMake
4.4%
Makefile
1.6%
Shell
1.1%
Other
1.1%