]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Adjust ANALYZE for improved test coverage. Use the SQLITE_ENABLE_STAT3_OR_STAT4
authordrh <drh@noemail.net>
Tue, 27 Aug 2013 23:15:44 +0000 (23:15 +0000)
committerdrh <drh@noemail.net>
Tue, 27 Aug 2013 23:15:44 +0000 (23:15 +0000)
commit1435a9a12604d35e7560598c76793dc3a82634d2
tree4ab345b696b40323078cc40dd82da87766492941
parent9fecc546cb32bf293a5f91ba9c472115577b85a5
Adjust ANALYZE for improved test coverage.  Use the SQLITE_ENABLE_STAT3_OR_STAT4
macro (created in sqliteInt.h) to conditionally include code, instead of
a boolean specifying both macros separately.

FossilOrigin-Name: 67a9a392edd62ef5a5a1ad3010b20a39b285793d
manifest
manifest.uuid
src/analyze.c
src/sqliteInt.h
src/vdbemem.c
src/where.c