diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-19 14:10:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-19 14:10:37 +0300 |
commit | e7ca07ff3871bb91337f50adce8274f0eee43f26 (patch) | |
tree | 797ccbadd7699905e8fac8a5c0fbe1ed07a185a3 /plugins/Dbx_mdbx | |
parent | 12c0a01bc1826949fa9e146b668a400cab679a63 (diff) |
merge with master till
fixes #1368 (Hide dbx_mmap from profile manager)
Diffstat (limited to 'plugins/Dbx_mdbx')
-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 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,
|