mdbx-posix: refine mdbx_lck_init(), allow multi-opending with MDBX_LOCKING_SYSV.

This commit is contained in:
Leonid Yuriev
2020-06-15 12:41:23 +03:00
parent 0bb950ad55
commit 35313d18bc
2 changed files with 13 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
v0.9.x (in the development):
- TODO: Native bindings for C++.
- TODO: Packages for AltLinux, Fedora/RHEL, Debian/Ubuntu.
- Support multi-opening the same DB in a process with SysV locking (BSD).
v0.8.1 2020-06-12:
- Minor change versioning. The last number in version now mean the number of commits since last release/tag.