mdbx: refine setup_debug(), add MDBX_DBG_LEGACY_MULTIOPEN.

Change-Id: I5d144f6fa27b8f5885fa0a0fbd11fe1d44bcc41c
This commit is contained in:
Leonid Yuriev
2019-08-23 21:38:33 +03:00
parent 33a4f31f92
commit 93f82f47bd
5 changed files with 65 additions and 40 deletions

View File

@@ -475,7 +475,7 @@ int mdbx_vasprintf(char **strp, const char *fmt, va_list ap);
#define MAX_WRITE UINT32_C(0x3fff0000)
#if defined(__linux__) || defined(__gnu_linux__)
extern uint32_t linux_kernel_version;
extern uint32_t mdbx_linux_kernel_version;
#endif /* Linux */
/* Get the size of a memory page for the system.