]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The ANALYZE command now counts at all rows of an index, even those containing
authordrh <drh@noemail.net>
Tue, 4 Jan 2011 17:57:53 +0000 (17:57 +0000)
committerdrh <drh@noemail.net>
Tue, 4 Jan 2011 17:57:53 +0000 (17:57 +0000)
commit8e93b10a4e20d2d4f7683bbc350f39e7ca534e7e
tree36cdb31e5d1c1a652d6871cc8046eb2748570e7d
parentb29010cd4f4676ad6b3a6b90681bd8d4113299ee
The ANALYZE command now counts at all rows of an index, even those containing
NULL values.  A valid sqlite_stat1 entry is created even if the index contains
nothing but NULLs.

FossilOrigin-Name: 824c8dd3015bbd5c8a1dd661cfe09fe5bf7a80d3
manifest
manifest.uuid
src/analyze.c
test/analyze4.test [new file with mode: 0644]