From: mistachkin Date: Fri, 30 Aug 2013 19:59:48 +0000 (+0000) Subject: Fix comment typo in analyze.c. No changes to code. X-Git-Tag: version-3.8.1~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79e8445f63e8807632b52ecb14f9d4be2fa266a8;p=thirdparty%2Fsqlite.git Fix comment typo in analyze.c. No changes to code. FossilOrigin-Name: dbc31750440226702fbf88f1bf6140ef403c9be1 --- diff --git a/manifest b/manifest index 088690155d..5348607766 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index f13affc075..3302345cb0 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1e0b77cf0edf3d26f76d83aa5466e9ec0e60a710 \ No newline at end of file +dbc31750440226702fbf88f1bf6140ef403c9be1 \ No newline at end of file diff --git a/src/analyze.c b/src/analyze.c index 46ebac4c3a..25bf5ca4a4 100644 --- a/src/analyze.c +++ b/src/analyze.c @@ -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.