mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
New requirements marks and a few new test cases to go with them. No changes
to code. FossilOrigin-Name: 8c2b29d9acb92d47f4deec21a7c2dca52db63345
This commit is contained in:
@@ -98,8 +98,14 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
** The maximum number of in-memory pages to use for the main database
|
||||
** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE
|
||||
** 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.
|
||||
*/
|
||||
#ifndef SQLITE_DEFAULT_CACHE_SIZE
|
||||
# define SQLITE_DEFAULT_CACHE_SIZE 2000
|
||||
|
Reference in New Issue
Block a user