From 653fe3198fbeef168b9d579da8d95ddf73dbb4c8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 May 2018 13:50:17 +0300 Subject: 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') diff --git a/plugins/Dbx_mdbx/src/init.cpp b/plugins/Dbx_mdbx/src/init.cpp index a2c3243cd8..c45ff40a29 100644 --- a/plugins/Dbx_mdbx/src/init.cpp +++ b/plugins/Dbx_mdbx/src/init.cpp @@ -92,7 +92,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