summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-08-07 16:36:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-08-07 16:36:11 +0300
commit48932c71fe42c09d92adbaa5d0ffec1a17c06ea3 (patch)
treeb750ee97c69e2447773c2fde95464b63346d2d6b /plugins/Dbx_mdbx
parent58cb6e6f41c9773b96e1cf9f0cce58c4078b3b46 (diff)
database verification added to profile manager
Diffstat (limited to 'plugins/Dbx_mdbx')
-rw-r--r--plugins/Dbx_mdbx/src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/init.cpp b/plugins/Dbx_mdbx/src/init.cpp
index 5560cc303a..d1fb5c9113 100644
--- a/plugins/Dbx_mdbx/src/init.cpp
+++ b/plugins/Dbx_mdbx/src/init.cpp
@@ -89,7 +89,7 @@ static MDatabaseCommon* loadDatabase(const TCHAR *profile, BOOL bReadOnly)
static DATABASELINK dblink =
{
- MDB_CAPS_COMPACT | MDB_CAPS_CREATE,
+ MDB_CAPS_COMPACT | MDB_CAPS_CREATE | MDB_CAPS_CHECK,
"dbx_mdbx",
L"MDBX database driver",
makeDatabase,