mirror of
https://github.com/isar/libmdbx.git
synced 2025-09-16 15:42:19 +08:00
mdbx: fix first-rdonly-blocker bug.
This commit is contained in:
@@ -337,7 +337,8 @@ typedef struct MDBX_lockinfo {
|
||||
/* Format of this lock file. Must be set to MDBX_LOCK_FORMAT. */
|
||||
uint64_t mti_format;
|
||||
/* Flags which environment was opened. */
|
||||
uint64_t mti_envmode;
|
||||
uint32_t mti_envmode;
|
||||
uint32_t mti_reserved;
|
||||
|
||||
#ifdef MDBX_OSAL_LOCK
|
||||
MDBX_OSAL_LOCK mti_wmutex;
|
||||
|
Reference in New Issue
Block a user