]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the Index and Table objects so that they remember if their stats come
authordrh <drh@noemail.net>
Fri, 17 Feb 2017 13:38:15 +0000 (13:38 +0000)
committerdrh <drh@noemail.net>
Fri, 17 Feb 2017 13:38:15 +0000 (13:38 +0000)
commit33bec3f5e89787125b56243ab7de2fe9353b8b8a
treea6a24e06316bbc0e26fad1783ab52fd0f9afef99
parent7898bfff26aec968ec23a46dc05947e070a83c5d
Enhance the Index and Table objects so that they remember if their stats come
from the sqlite_stat1 table.  Make the "PRAGMA stats" an SQLITE_DEBUG only
pragma.  Add the flags column to "PRAGMA stats".  These are all preliminary
steps toward a "PRAGMA analyze_ifneeded;" feature.

FossilOrigin-Name: 85026c8ee143bbd46565660fff8346ef81421546
manifest
manifest.uuid
src/analyze.c
src/build.c
src/pragma.c
src/pragma.h
src/sqliteInt.h
tool/mkpragmatab.tcl