1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-10 01:02:56 +03:00

Fix an error in the comments from the previous check-in.

FossilOrigin-Name: 9660ce541837ccd8df415641a922274e093056aa
This commit is contained in:
drh
2014-11-22 19:52:10 +00:00
parent 7a1bca7e74
commit ab4624d005
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
C Deploy\sheuristics\s(well-commented)\sto\sbetter\sestimate\show\smuch\sunindexed\sterms\nin\sthe\sWHERE\sclause\sfilter\sthe\snumber\sof\soutput\srows\sfrom\sa\ssingle\stable.
D 2014-11-22T18:50:44.269
C Fix\san\serror\sin\sthe\scomments\sfrom\sthe\sprevious\scheck-in.
D 2014-11-22T19:52:10.008
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in a226317fdf3f4c895fb3cfedc355b4d0868ce1fb
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -304,7 +304,7 @@ F src/vtab.c 2a30791bbd7926b589401bd09c3abb33de563793
F src/wal.c 486e644b3b8aa5ad066f625bc428aa8ff7001405
F src/wal.h df01efe09c5cb8c8e391ff1715cca294f89668a4
F src/walker.c c253b95b4ee44b21c406e2a1052636c31ea27804
F src/where.c 33285024c5d96a17901e1beb04798cd8c15d00ae
F src/where.c a0b16f9d78321cb340a977287d19f826555c7d3b
F src/whereInt.h d3633e9b592103241b74b0ec76185f3e5b8b62e0
F test/8_3_names.test ebbb5cd36741350040fd28b432ceadf495be25b2
F test/aggerror.test a867e273ef9e3d7919f03ef4f0e8c0d2767944f2
@@ -1221,7 +1221,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P eea47933493c85a85247ad383bd148b06f627d04
R c99efa7eb98e96584d3723ffcac72bfb
P 221659945c3f78d3b6789bfe8fdeb8d3ee1fa038
R e42483f1b7bc821fcaab0f4c56777390
U drh
Z ec1ff7ab563a777168df83432a271a84
Z edb3988f151b88d75256a46f70366322

View File

@@ -1 +1 @@
221659945c3f78d3b6789bfe8fdeb8d3ee1fa038
9660ce541837ccd8df415641a922274e093056aa

View File

@@ -4303,8 +4303,8 @@ static int whereLoopInsert(WhereLoopBuilder *pBuilder, WhereLoop *pTemplate){
** TODO --> Perhaps this is something that could be improved by better
** table statistics.
**
** Heuristic 1: Estimate the truth probability as 6.25%. The 6.25%
** value corresponds to 1 in LogEst notation, so this means decrement
** Heuristic 1: Estimate the truth probability as 93.75%. The 93.75%
** value corresponds to -1 in LogEst notation, so this means decrement
** the WhereLoop.nOut field for every such WHERE clause term.
**
** Heuristic 2: If there exists one or more WHERE clause terms of the