diff options
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 a20c45320f..2741fe2341 100644 --- a/plugins/Dbx_mdbx/src/init.cpp +++ b/plugins/Dbx_mdbx/src/init.cpp @@ -89,7 +89,7 @@ static MDatabaseCommon* loadDatabase(const wchar_t *profile, BOOL bReadOnly) static DATABASELINK dblink =
{
- MDB_CAPS_COMPACT | MDB_CAPS_CREATE | MDB_CAPS_CHECK,
+ MDB_CAPS_COMPACT | MDB_CAPS_CHECK,
"dbx_mdbx",
L"MDBX database driver",
makeDatabase,
|
