aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteLimit.h
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2015-02-27 21:53:35 +0000
committerdrh <drh@noemail.net>2015-02-27 21:53:35 +0000
commite0e8429543d22f15d711be3bb4672fce05b55987 (patch)
tree023bb3de037f5b5c686aaa5a2a5619f5dae9bfeb /src/sqliteLimit.h
parent9d356fbe6ec6a340f196cb0c31f949dd86de4796 (diff)
downloadsqlite-e0e8429543d22f15d711be3bb4672fce05b55987.tar.gz
sqlite-e0e8429543d22f15d711be3bb4672fce05b55987.zip
Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements
marks related to cache_size changing. FossilOrigin-Name: 766ad65025a9d5815300978e6e349f5af5db6012
Diffstat (limited to 'src/sqliteLimit.h')
-rw-r--r--src/sqliteLimit.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h
index 3abad8437..75cad1274 100644
--- a/src/sqliteLimit.h
+++ b/src/sqliteLimit.h
@@ -101,18 +101,14 @@
** The suggested maximum number of in-memory pages to use for
** the main database table and for temporary tables.
**
-** EVIDENCE-OF: R-31093-59126 The default suggested cache size is 2000
-** pages.
-**
-** EVIDENCE-OF: R-45985-54577 The default cache sizes can be adjusted by
-** the SQLITE_DEFAULT_CACHE_SIZE compile-time options.
+** IMPLEMENTATION-OF: R-31093-59126 The default suggested cache size
+** is 2000 pages.
+** IMPLEMENTATION-OF: R-48205-43578 The default suggested cache size can be
+** altered using the SQLITE_DEFAULT_CACHE_SIZE compile-time options.
*/
#ifndef SQLITE_DEFAULT_CACHE_SIZE
# define SQLITE_DEFAULT_CACHE_SIZE 2000
#endif
-#ifndef SQLITE_DEFAULT_TEMP_CACHE_SIZE
-# define SQLITE_DEFAULT_TEMP_CACHE_SIZE 500
-#endif
/*
** The default number of frames to accumulate in the log file before