Skip to content
  • Hallvard Furuseth's avatar
    MDB_LOCK_VERSION -> MDB_LOCK_FORMAT. · d66739f9
    Hallvard Furuseth authored
    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.
    d66739f9