From: drh Date: Wed, 8 Jul 2015 14:13:44 +0000 (+0000) Subject: Comment fix. No changes to code. X-Git-Tag: version-3.8.11~49^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fpcache-bulk-local;p=thirdparty%2Fsqlite.git Comment fix. No changes to code. FossilOrigin-Name: c1e2ed0ef4d3436d19d3203c5fb553caac53659e --- diff --git a/manifest b/manifest index d9c3660327..4fa0ddf103 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Do\snot\sdo\sthe\sbulk\spcache1\sallocations\sif\sSQLITE_CONFIG_PAGECACHE\sspecifies\na\sglobal\spage\scache\sbuffer. -D 2015-07-08T13:40:50.550 +C Comment\sfix.\s\sNo\schanges\sto\scode. +D 2015-07-08T14:13:44.573 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 017bf0511d1b2dd1db5e16488fbf75a17b526cbc F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -319,7 +319,7 @@ F src/pager.h 6d435f563b3f7fcae4b84433b76a6ac2730036e2 F src/parse.y 6d60dda8f8d418b6dc034f1fbccd816c459983a8 F src/pcache.c cde06aa50962595e412d497e22fd2e07878ba1f0 F src/pcache.h 9968603796240cdf83da7e7bef76edf90619cea9 -F src/pcache1.c 1f88fe632a67574e61a4d52f08e21338648c4016 +F src/pcache1.c 3f4c87cf913f2de8189026d9a5223ddaf55eaf6b F src/pragma.c c1f4d012ea9f6b1ce52d341b2cd0ad72d560afd7 F src/pragma.h b8632d7cdda7b25323fa580e3e558a4f0d4502cc F src/prepare.c 82e5db1013846a819f198336fed72c44c974e7b1 @@ -1364,7 +1364,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 9417b4021b779876dcb3b9be636f01f4055eb54e -R dc45b55e45fc287d8da6e081b45bc4d0 +P 75d98dae676996a05e97b09b19e34463e8f30d51 +R e0f37cdeba600c01a32ef205d5f6df52 U drh -Z 0743262729e38494d19c03648108bfa3 +Z cb924bafedede368f45cad3c12c2aa68 diff --git a/manifest.uuid b/manifest.uuid index 12460e3042..fb850df2b9 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -75d98dae676996a05e97b09b19e34463e8f30d51 \ No newline at end of file +c1e2ed0ef4d3436d19d3203c5fb553caac53659e \ No newline at end of file diff --git a/src/pcache1.c b/src/pcache1.c index ed2700852d..a345e6760f 100644 --- a/src/pcache1.c +++ b/src/pcache1.c @@ -41,7 +41,8 @@ ** ** If SQLITE_PCACHE_SEPARATE_HEADER is defined, then the extension is obtained ** using a separate memory allocation from the database page content. This -** seeks to overcome the "clownfoot" problem of allocating a few bytes more +** seeks to overcome the "clownshoe" problem (also called "internal +** fragmentation" in academic literature) of allocating a few bytes more ** than a power of two with the memory allocator rounding up to the next ** power of two, and leaving the rounded-up space unused. **