]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1
authordrh <drh@noemail.net>
Sat, 25 Sep 2010 22:32:56 +0000 (22:32 +0000)
committerdrh <drh@noemail.net>
Sat, 25 Sep 2010 22:32:56 +0000 (22:32 +0000)
commit155640552b95d9b8298d540b1d4fcf65e6efdb90
tree95876b8bbdc767ec4759efc7d7b5702d88642ba2
parent42825cd2157a1f915a47d0f88f578ddc78973c95
Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1
table even for tables that are empty or have no indices.

FossilOrigin-Name: a7645d293801da64a7579737d0a8b48117af2e2c
manifest
manifest.uuid
src/analyze.c
src/build.c
src/sqliteInt.h
src/where.c
test/analyze.test
test/auth.test
test/misc4.test
test/select6.test
test/tkt3757.test