]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Set the TF_StatsUsed flag on tables when the query planner outcome is
authordrh <drh@noemail.net>
Fri, 17 Feb 2017 15:26:36 +0000 (15:26 +0000)
committerdrh <drh@noemail.net>
Fri, 17 Feb 2017 15:26:36 +0000 (15:26 +0000)
commita3928dd7bee435f2cf4288b336968f6334376d39
treea6e883693dbfa4bfbb72809851851752da40b34c
parent33bec3f5e89787125b56243ab7de2fe9353b8b8a
Set the TF_StatsUsed flag on tables when the query planner outcome is
affected by the sqlite_stat1 data.  Also, change the column names of the
"PRAGMA stats" command so that they are not keywords.

FossilOrigin-Name: fb2b8ae8310e4ea4b42354bbf36c3084a9d5c6d7
manifest
manifest.uuid
src/pragma.h
src/sqliteInt.h
src/where.c
src/whereInt.h
test/autoanalyze1.test [new file with mode: 0644]
tool/mkpragmatab.tcl