]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Further testing and bug fixing for sqlite_stat3. Added the Index.avgEq
authordrh <drh@noemail.net>
Sat, 13 Aug 2011 19:35:19 +0000 (19:35 +0000)
committerdrh <drh@noemail.net>
Sat, 13 Aug 2011 19:35:19 +0000 (19:35 +0000)
commit4e50c5ec48d11b6bad8b34a99d9829eadd6ddf6a
tree2b52902b968c410bbfed4cfb040b4875f48a5435
parentf404c86ad7c1cb41954b266f01d6a5b2dac1006e
Further testing and bug fixing for sqlite_stat3.  Added the Index.avgEq
field to index statistics.  Fixed several problems in the query planner
associated with stat3.

FossilOrigin-Name: 89b2f70884cad0abdf4c66cb64ecddb2820ded74
13 files changed:
manifest
manifest.uuid
src/analyze.c
src/build.c
src/sqliteInt.h
src/where.c
test/analyze.test
test/analyze3.test
test/analyze5.test
test/analyze7.test
test/dbstatus.test
test/stat3.test
test/unordered.test