aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/sqlite
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2021-05-12 12:22:47 +0200
committerMarco Bubke <marco.bubke@qt.io>2021-05-31 16:42:39 +0000
commit02f794b9f49d77326cc06d6b1d5ec90a0ae404e7 (patch)
treea949d3000940d687ff39171ef6c9bca2b6627737 /src/libs/3rdparty/sqlite
parentb2cd0c32a566410e31a5ba6dba172205eaab1c4c (diff)
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>
Diffstat (limited to 'src/libs/3rdparty/sqlite')
-rw-r--r--src/libs/3rdparty/sqlite/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/3rdparty/sqlite/config.h b/src/libs/3rdparty/sqlite/config.h
index 2770f5ccfb..512c07efb3 100644
--- a/src/libs/3rdparty/sqlite/config.h
+++ b/src/libs/3rdparty/sqlite/config.h
@@ -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