aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2016-03-23 13:46:05 +0000
committerdrh <drh@noemail.net>2016-03-23 13:46:05 +0000
commit3767026113d885e6fd41073184a83ba1f31df958 (patch)
tree9cc863f4fd96cafae1d046aacc228b78429cdb6f
parentd7564865adc966c21fcdc10ea5ee5bb5910c46da (diff)
downloadsqlite-3767026113d885e6fd41073184a83ba1f31df958.tar.gz
sqlite-3767026113d885e6fd41073184a83ba1f31df958.zip
Update a requirement mark. No changes to code.
FossilOrigin-Name: 412984642af40578ec611d8c0b7c0508cb5cf9c9
-rw-r--r--manifest12
-rw-r--r--manifest.uuid2
-rw-r--r--src/sqliteLimit.h4
3 files changed, 9 insertions, 9 deletions
diff --git a/manifest b/manifest
index 19c00ee62..187f8d0c9 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C The\ssqlite3_column_decltype()\sroutine\sshould\sreturn\sNULL,\snot\san\sempty\sstring,\nif\sthe\scolumn\shas\sno\sdeclared\stype.
-D 2016-03-22T20:05:09.546
+C Update\sa\srequirement\smark.\s\sNo\schanges\sto\scode.
+D 2016-03-23T13:46:05.453
F Makefile.in f53429fb2f313c099283659d0df6f20f932c861f
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc df0bf9ff7f8b3f4dd9fb4cc43f92fe58f6ec5c66
@@ -359,7 +359,7 @@ F src/sqlite.h.in e877f141b15ef68ef28f84714e69d7234f9a071e
F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8
F src/sqlite3ext.h 98f72cbfe00169c39089115427d06ea05fe4b4a2
F src/sqliteInt.h 3a68b48967a7d62fcb38572d27fd21ab4e4bcca3
-F src/sqliteLimit.h 7b28cf72cbd52f178bfc97ea266445e351f2cd24
+F src/sqliteLimit.h c0373387c287c8d0932510b5547ecde31b5da247
F src/status.c 70912d7be68e9e2dbc4010c93d344af61d4c59ba
F src/table.c 5226df15ab9179b9ed558d89575ea0ce37b03fc9
F src/tclsqlite.c 4bf3bea9b03aeac176ac114700f35f76a1de4c8a
@@ -1459,7 +1459,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 142cd359d37f1d8d53de32e329523d9a93c7d6e5
-R 54bb94e9ede3ebe9fafd5624cdd5946f
+P 605eba4a756e7185119088e2242f82691d078b01
+R 0cef5aac6dc3fd4662874a0245bd6fe2
U drh
-Z 8ae8a72878a637ee00e9de9bf1db9104
+Z 79401c6ddf17e634854d1f69b3d42451
diff --git a/manifest.uuid b/manifest.uuid
index 43fdf1594..48f9df63e 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-605eba4a756e7185119088e2242f82691d078b01 \ No newline at end of file
+412984642af40578ec611d8c0b7c0508cb5cf9c9 \ No newline at end of file
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h
index 4b5ddaade..0554e6158 100644
--- a/src/sqliteLimit.h
+++ b/src/sqliteLimit.h
@@ -101,8 +101,8 @@
** The suggested maximum number of in-memory pages to use for
** the main database table and for temporary tables.
**
-** IMPLEMENTATION-OF: R-31093-59126 The default suggested cache size
-** is 2000*1024 bytes.
+** IMPLEMENTATION-OF: R-30185-15359 The default suggested cache size is -2000,
+** which means the cache size is limited to 2048000 bytes of memory.
** IMPLEMENTATION-OF: R-48205-43578 The default suggested cache size can be
** altered using the SQLITE_DEFAULT_CACHE_SIZE compile-time options.
*/