mdbx-windows: поддержка char-версии mdbx_env_get_path().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2023-02-09 17:19:25 +03:00
parent ebbe98afa5
commit 1684d17b0f
3 changed files with 58 additions and 15 deletions

View File

@@ -1463,6 +1463,8 @@ struct MDBX_env {
osal_srwlock_t me_remap_guard;
/* Workaround for LockFileEx and WriteFile multithread bug */
CRITICAL_SECTION me_windowsbug_lock;
char *me_pathname_char; /* cache of multi-byte representation of pathname
to the DB files */
#else
osal_fastmutex_t me_remap_guard;
#endif