]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix comment typo in analyze.c. No changes to code.
authormistachkin <mistachkin@noemail.net>
Fri, 30 Aug 2013 19:59:48 +0000 (19:59 +0000)
committermistachkin <mistachkin@noemail.net>
Fri, 30 Aug 2013 19:59:48 +0000 (19:59 +0000)
FossilOrigin-Name: dbc31750440226702fbf88f1bf6140ef403c9be1

manifest
manifest.uuid
src/analyze.c

index 088690155d65a35bd5777ea59b5f26b0a1b9db51..5348607766d0c56b6c8d18fbb30309aeb4cf6639 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\scomment\stypos\sin\sthe\swhere.c\smodule.\s\sNo\scode\schanges.
-D 2013-08-30T17:50:35.740
+C Fix\scomment\stypo\sin\sanalyze.c.\sNo\schanges\sto\scode.
+D 2013-08-30T19:59:48.378
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -157,7 +157,7 @@ F sqlite.pc.in 42b7bf0d02e08b9e77734a47798d1a55a9e0716b
 F sqlite3.1 6be1ad09113570e1fc8dcaff84c9b0b337db5ffc
 F sqlite3.pc.in 48fed132e7cb71ab676105d2a4dc77127d8c1f3a
 F src/alter.c 2af0330bb1b601af7a7789bf7229675fd772a083
-F src/analyze.c 7f869a251f3d58d3b95883eeae425d4ee17a66bd
+F src/analyze.c be10d32609e8228b14069aa879f259f3be5437b6
 F src/attach.c fea00cab11c854646a27641a263f5876569a51f9
 F src/auth.c 523da7fb4979469955d822ff9298352d6b31de34
 F src/backup.c 2f1987981139bd2f6d8c728d64bf09fb387443c3
@@ -1109,7 +1109,7 @@ F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 79e458ef7acfddbc189163e3e958da529becb130
-R 11e0df2697ccef8d248e0028842ddb62
-U drh
-Z 34db069768d39fa7815ab1043f1fae87
+P 1e0b77cf0edf3d26f76d83aa5466e9ec0e60a710
+R 0c643291a27e5ba88460789684f4b782
+U mistachkin
+Z 1a1cfa9c3206e22f52ca4af3c75be88f
index f13affc0751a8cec63ced156297ef8e52c40c62c..3302345cb00cef83e9582cc58d71aec780953139 100644 (file)
@@ -1 +1 @@
-1e0b77cf0edf3d26f76d83aa5466e9ec0e60a710
\ No newline at end of file
+dbc31750440226702fbf88f1bf6140ef403c9be1
\ No newline at end of file
index 46ebac4c3aa8d6ead0a52189a393beff687ef770..25bf5ca4a4a41bef314e9edeeb5c5da6fc244ca6 100644 (file)
@@ -33,7 +33,7 @@
 ** version of sqlite_stat3 and is only available when compiled with
 ** SQLITE_ENABLE_STAT4 and in SQLite versions 3.8.0 and later.  It is
 ** not possible to enable both STAT3 and STAT4 at the same time.  If they
-** are both enabled, then STAT4 is precedence.
+** are both enabled, then STAT4 takes precedence.
 **
 ** For most applications, sqlite_stat1 provides all the statisics required
 ** for the query planner to make good choices.