diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-19 13:50:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-19 13:50:17 +0300 |
commit | 653fe3198fbeef168b9d579da8d95ddf73dbb4c8 (patch) | |
tree | 6e9202bce29f87af5aba76c080a1b1c833db529a /plugins/Dbx_mdbx/src | |
parent | 89291e38a65fec2d92f761a95e89613804dd1fc1 (diff) |
fixes #1368 (Hide dbx_mmap from profile manager)
Diffstat (limited to 'plugins/Dbx_mdbx/src')
-rw-r--r-- | plugins/Dbx_mdbx/src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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,
|