]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Completely remove the iScanRatio field. The PRAGMA index_list(TABLE) command
authordrh <drh@noemail.net>
Sat, 5 Oct 2013 19:18:00 +0000 (19:18 +0000)
committerdrh <drh@noemail.net>
Sat, 5 Oct 2013 19:18:00 +0000 (19:18 +0000)
commite13e9f54b00dd1d1bd05ec6911d4114037c9f312
tree27c85ad123c481712340f4673cb45393658571dc
parent0af62b015ac29d6bf1740d45d22017fc522c4697
Completely remove the iScanRatio field.  The PRAGMA index_list(TABLE) command
shows the estimated row size in the forth column.  It also generates a row
for the table with an index name of NULL.  The query planner still does not
take row size estimates into account - that is the next step.

FossilOrigin-Name: 8b4aa0c7a2122bbe60432edadf27e490e31ec987
manifest
manifest.uuid
src/analyze.c
src/build.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/where.c