From e7ca07ff3871bb91337f50adce8274f0eee43f26 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 May 2018 14:10:37 +0300 Subject: merge with master till fixes #1368 (Hide dbx_mmap from profile manager) --- plugins/Dbx_mdbx/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_mdbx/src') diff --git a/plugins/Dbx_mdbx/src/init.cpp b/plugins/Dbx_mdbx/src/init.cpp index 2500cd30ad..9b3c38d17e 100644 --- a/plugins/Dbx_mdbx/src/init.cpp +++ b/plugins/Dbx_mdbx/src/init.cpp @@ -93,7 +93,7 @@ static MDatabaseCommon* loadDatabase(const TCHAR *profile, BOOL bReadOnly) static DATABASELINK dblink = { - MDB_CAPS_COMPACT, + MDB_CAPS_COMPACT | MDB_CAPS_CREATE, "dbx_mdbx", L"MDBX database driver", makeDatabase, -- cgit v1.2.3