From: Hallvard Furuseth Date: Sat, 4 Mar 2017 12:03:15 +0000 (+0100) Subject: ITS#8582 MDB_LOCK_VERSION = 2 due to format change X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58ba039b8f30733ad9456cb3a31f9c459e6e0ffe;p=openldap ITS#8582 MDB_LOCK_VERSION = 2 due to format change --- diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index ac381d9e2b..21f50f2a88 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -620,7 +620,7 @@ static txnid_t mdb_debug_start; /** The version number for a database's datafile format. */ #define MDB_DATA_VERSION ((MDB_DEVEL) ? 999 : 1) /** The version number for a database's lockfile format. */ -#define MDB_LOCK_VERSION ((MDB_DEVEL) ? 999 : 1) +#define MDB_LOCK_VERSION ((MDB_DEVEL) ? 999 : 2) /** @brief The max size of a key we can write, or 0 for computed max. *