mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx: avoids unnecessary remap in case geometry changed concurrently by another process(es).
Change-Id: Ibf3a90bc79b1e8e0fa752dabc21b129a697c08d4
This commit is contained in:
@@ -11,6 +11,8 @@ v0.8.2 2020-07-??:
|
||||
- Workaround for CLANG bug https://bugs.llvm.org/show_bug.cgi?id=43275.
|
||||
- Returning MDBX_CORRUPTED in case all meta-pages are weak and no other error.
|
||||
- Refined mode bits while auto-creating LCK-file.
|
||||
- Avoids unnecessary database file re-mapping in case geometry changed by another process(es).
|
||||
From the user's point of view, the MDBX_UNABLE_EXTEND_MAPSIZE error will now be returned less frequently and only when using the DB in the current process really requires it to be reopened.
|
||||
|
||||
v0.8.1 2020-06-12:
|
||||
- Minor change versioning. The last number in the version now means the number of commits since last release/tag.
|
||||
|
Reference in New Issue
Block a user