diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-07 16:36:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-07 16:36:11 +0300 |
commit | 48932c71fe42c09d92adbaa5d0ffec1a17c06ea3 (patch) | |
tree | b750ee97c69e2447773c2fde95464b63346d2d6b /plugins/Dbx_mdbx | |
parent | 58cb6e6f41c9773b96e1cf9f0cce58c4078b3b46 (diff) |
database verification added to 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 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,
|