mdbx: LCK-format version 3.

The LCK file is re-created at every opportunity when the process that
opens the database is the only one that works with it. Thus the change
of the format of the file LCK creates only minimal compatibility
problems.

Applications using different versions of _libmdbx_ will be able to work
with one database alternately, but not at the same time. This appears to
be an acceptable inconvenience in exchange for new features.

Change-Id: I9414b3fffd53d5519c8172c57345b1eaf6e51c77
This commit is contained in:
Leonid Yuriev
2019-08-23 03:36:56 +03:00
parent de88707946
commit 6f8238e1e9
6 changed files with 172 additions and 152 deletions

View File

@@ -1,4 +1,4 @@
version: 0.2.0.{build}
version: 0.3.2.{build}
environment:
matrix: