]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in a comment. No changes to code.
authordrh <drh@noemail.net>
Mon, 6 Mar 2017 20:44:13 +0000 (20:44 +0000)
committerdrh <drh@noemail.net>
Mon, 6 Mar 2017 20:44:13 +0000 (20:44 +0000)
FossilOrigin-Name: ec529bf11b16c801ea438e57d208ff7e4cedf1f9

manifest
manifest.uuid
src/pragma.c

index 6e1234fc6997e196885b83abf8451a9cf665bfc7..98be82eb72283373a10dac39cf1ee215c03a2add 100644 (file)
--- 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
index c68e3d13a82e9ac608d779f2836b6bf784fe9557..75989adcda563261e0331c9932c54e190a3ab048 100644 (file)
@@ -1 +1 @@
-137aeb2b160888100bc1e871b00860149e5f6196
\ No newline at end of file
+ec529bf11b16c801ea438e57d208ff7e4cedf1f9
\ No newline at end of file
index c5f2a77eef19fa71cd95123d2d581b1759ff6bfb..aa7ebc87936c9b8eb6afb5ffc09344474802795c 100644 (file)
@@ -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.
   **