]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an issue in ANALYZE when STAT3 is disabled but both sqlite_stat2 and
authordrh <drh@noemail.net>
Thu, 22 Sep 2011 18:46:34 +0000 (18:46 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Sep 2011 18:46:34 +0000 (18:46 +0000)
commit5c62486cd822dbc4410b31e011e73170d6646643
treee95252bcc45b84016ef6b35a3e4d527e0e3836ae
parent93c6384ca6db28d2b501d818d30ef1af163b386b
Fix an issue in ANALYZE when STAT3 is disabled but both sqlite_stat2 and
sqlite_stat3 tables exist.  Also add testability tweaks to the STAT3 code.

FossilOrigin-Name: 3ca7e449e2e20d95e516cf7fe87bfa0b51c07086
manifest
manifest.uuid
src/analyze.c
src/sqliteInt.h
src/where.c