]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate...
authordan <dan@noemail.net>
Mon, 12 Aug 2013 20:14:04 +0000 (20:14 +0000)
committerdan <dan@noemail.net>
Mon, 12 Aug 2013 20:14:04 +0000 (20:14 +0000)
commit8ad169abb47ec64471fa7d3bdcb09b2f9080b965
tree3e6f9750f5c1e98605cb64b61ffe3c0a8eaf6b82
parent86f69d98d209ab41e06d04813b6c6f3cdadc95a4
If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate the sqlite_stat3 table instead of sqlite_stat4.

FossilOrigin-Name: cca8bf4372ab7a0258aa5c9397818415c6cf0abf
21 files changed:
manifest
manifest.uuid
src/analyze.c
src/ctime.c
src/sqliteInt.h
src/test_config.c
src/vdbemem.c
src/where.c
test/analyze.test
test/analyze3.test
test/analyze5.test
test/analyze6.test
test/analyze7.test
test/analyze8.test
test/analyzeA.test
test/auth.test
test/dbstatus.test
test/index6.test
test/table.test
test/tkt-cbd054fa6b.test
test/where9.test