MDB_LOCK_VERSION -> MDB_LOCK_FORMAT.
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 8 Aug 2013 17:43:04 +0000 (19:43 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 8 Aug 2013 17:43:04 +0000 (19:43 +0200)
commitd66739f947ce06c16675aea2bd033c94b3d7d220
treed869c1342cbff9c7c70d5765ba8dc59ca2703f09
parent1878213092fbc60f42131318f9eb98a73d5e888c
MDB_LOCK_VERSION -> MDB_LOCK_FORMAT.

Pid locking needs a different lockfile-version: MDB_env's with and
without pid locking must not coexist, they can sabotage each other.
Store MDB_LOCK_FORMAT = (version | "use locking" flag) instead.
libraries/liblmdb/mdb.c