mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#8582 MDB_LOCK_VERSION = 2 due to format change
This commit is contained in:
parent
e36517dbbe
commit
58ba039b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue