forked from qt-creator/qt-creator
Sqlite: Disable the non memory temp store
We don't use it anyway. Change-Id: I6718782a4f0d3b05b40c43442b36e403ac3ff28e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
2
src/libs/3rdparty/sqlite/config.h
vendored
2
src/libs/3rdparty/sqlite/config.h
vendored
@@ -61,7 +61,7 @@
|
||||
#define SQLITE_ENABLE_UNLOCK_NOTIFY 1
|
||||
#define SQLITE_ENABLE_JSON1 1
|
||||
#define SQLITE_DEFAULT_FOREIGN_KEYS 1
|
||||
#define SQLITE_TEMP_STORE 2
|
||||
#define SQLITE_TEMP_STORE 3
|
||||
#define SQLITE_DEFAULT_WAL_SYNCHRONOUS 1
|
||||
#define SQLITE_MAX_WORKER_THREADS 1
|
||||
#define SQLITE_DEFAULT_MEMSTATUS 0
|
||||
|
||||
Reference in New Issue
Block a user