From: drh Date: Mon, 6 Mar 2017 20:44:13 +0000 (+0000) Subject: Fix a typo in a comment. No changes to code. X-Git-Tag: version-3.18.0~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1f1c0802cb9644cdb23df28a7b76fe71095f492;p=thirdparty%2Fsqlite.git Fix a typo in a comment. No changes to code. FossilOrigin-Name: ec529bf11b16c801ea438e57d208ff7e4cedf1f9 --- diff --git a/manifest b/manifest index 6e1234fc69..98be82eb72 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\san\sinitial\simplementation\sof\sthe\s"PRAGMA\soptimize"\scommand. -D 2017-03-06T17:33:58.293 +C Fix\sa\stypo\sin\sa\scomment.\s\sNo\schanges\sto\scode. +D 2017-03-06T20:44:13.809 F Makefile.in edb6bcdd37748d2b1c3422ff727c748df7ffe918 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc a89ea37ab5928026001569f056973b9059492fe2 @@ -390,7 +390,7 @@ F src/parse.y af8830094f4aecb91cb69721f3601ad10c36abc4 F src/pcache.c 62835bed959e2914edd26afadfecce29ece0e870 F src/pcache.h 2cedcd8407eb23017d92790b112186886e179490 F src/pcache1.c e3967219b2a92b9edcb9324a4ba75009090d3953 -F src/pragma.c 75fdb05838c303cf0ce5846ca011b8103531c42c +F src/pragma.c d4aef42083d2d60760a736f758276638b976b702 F src/pragma.h c9c763958fec92b04125571472c9500b351c5f7f F src/prepare.c b1140c3d0cf59bc85ace00ce363153041b424b7a F src/printf.c 67427bbee66d891fc6f6f5aada857e9cdb368c1c @@ -1562,8 +1562,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 45797feefe90cb7da53256b0c42fdaa1221d0a27 5f7fc79aa06ca9b79664c50c3c277c98a74ff9a0 -R d076238fa06701bd917c02e95912d525 -T +closed 5f7fc79aa06ca9b79664c50c3c277c98a74ff9a0 +P 137aeb2b160888100bc1e871b00860149e5f6196 +R f69eaa0284279e87544348aa447b8b6c U drh -Z 60608bb3fd59af1c228de2bc78db17f1 +Z 0247be1d8d37c820f7663badba92934a diff --git a/manifest.uuid b/manifest.uuid index c68e3d13a8..75989adcda 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -137aeb2b160888100bc1e871b00860149e5f6196 \ No newline at end of file +ec529bf11b16c801ea438e57d208ff7e4cedf1f9 \ No newline at end of file diff --git a/src/pragma.c b/src/pragma.c index c5f2a77eef..aa7ebc8793 100644 --- a/src/pragma.c +++ b/src/pragma.c @@ -1871,7 +1871,7 @@ void sqlite3Pragma( ** Attempt to optimize the database. All schemas are optimized in the first ** two forms, and only the specified schema is optimized in the latter two. ** - ** The details of optimizations performed by this pragma does are expected + ** The details of optimizations performed by this pragma are expected ** to change and improve over time. Applications should anticipate that ** this pragma will perform new optimizations in future releases. **