]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in comment. No changes to code.
authordrh <drh@noemail.net>
Fri, 21 Aug 2015 12:37:49 +0000 (12:37 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Aug 2015 12:37:49 +0000 (12:37 +0000)
FossilOrigin-Name: 7b8d17dd840f64dac9a018a4547a97de799e94ab

manifest
manifest.uuid
src/pcache1.c

index 67a5b345e29d2c0f8a2fe971c8635fedd1f49db7..5ea50eda2b1c90ff2385fd5e7e007ca47deb2293 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Compiler-warning\sfixes\sin\sthe\ssqldiff.exe\sutility.
-D 2015-08-20T23:33:09.816
+C Fix\stypo\sin\scomment.\s\sNo\schanges\sto\scode.
+D 2015-08-21T12:37:49.414
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 4f663b6b4954b9b1eb0e6f08387688a93b57542d
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -328,7 +328,7 @@ F src/pager.h 6d435f563b3f7fcae4b84433b76a6ac2730036e2
 F src/parse.y ad9af8552f6f340bd646577ca63356a6f82b6a7e
 F src/pcache.c cde06aa50962595e412d497e22fd2e07878ba1f0
 F src/pcache.h 9968603796240cdf83da7e7bef76edf90619cea9
-F src/pcache1.c d08939800abf3031bd0affd5a13fbc4d7ba3fb68
+F src/pcache1.c a3fe31b17e841ec70beee72a2c960e9c787a8857
 F src/pragma.c 669bc0fdb3fb5554e18330e8dd9743319bac16f4
 F src/pragma.h 631a91c8b0e6ca8f051a1d8a4a0da4150e04620a
 F src/prepare.c 82e5db1013846a819f198336fed72c44c974e7b1
@@ -1376,8 +1376,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P bc577fe6cbbe5385d81d6fa0f3c34bb1c833f0d6 072279d458fbb74a812a9ee723041d6b7c662a88
-R 945241c39c0e2b8c88fe2d95b8e90177
-T +closed 072279d458fbb74a812a9ee723041d6b7c662a88
+P 64d13339d44d1b7ec6768a33421f2138cb7872d8
+R 260ec5cb722f012aed82a5e5217a1778
 U drh
-Z 016c7dc0deb1c398804e42d942b63fbc
+Z 32b72495e2d0c8597a1f587799e93112
index cb7f7ee87d2628315afdcaf025eb0122619c21b8..e438ad073b1e36b1d2c4cbf1bcc207a774a9599d 100644 (file)
@@ -1 +1 @@
-64d13339d44d1b7ec6768a33421f2138cb7872d8
\ No newline at end of file
+7b8d17dd840f64dac9a018a4547a97de799e94ab
\ No newline at end of file
index 187f09f592c6b6c5f726ee95ddd95c5d916e14d8..bb01d66c4f82a0afe914a66bb619cf16594ff907 100644 (file)
@@ -65,7 +65,7 @@
 ** that is allocated when the page cache is created.  The size of the local
 ** bulk allocation can be adjusted using 
 **
-**     sqlite3_config(SQLITE_CONFIG_PCACHE, 0, 0, N).
+**     sqlite3_config(SQLITE_CONFIG_PAGECACHE, 0, 0, N).
 **
 ** If N is positive, then N pages worth of memory are allocated using a single
 ** sqlite3Malloc() call and that memory is used for the first N pages allocated.