mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-01 23:04:12 +08:00
Leo Yuriev
f57a54a301
mdbx: fix mtest1 for backlog-autosync.
After the ae324984cbdf6297f63586dd0fae286909be23dd steady checkpoint(s) could be created automatically while reserve a pages for deletion from freeDB. In other words, some (beginning of list) of modify-ops were "unexpectedly" synced to disk, despite of the no-sync closing of DB by the mtest1 - therefore testcase could fail. Now required rollback at least one of transactions after the last explicit sync, but not all of ones. Change-Id: I6ca6dba8a62a30f12f370fa91325efdf4fe35772
Description
Mirror of the libmdbx repository
Languages
C
67.8%
C++
24.5%
CMake
4.5%
Makefile
1.6%
Shell
1.1%
Other
0.5%