]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to use a covering index even on a full table scan, under the theory
authordrh <drh@noemail.net>
Sat, 15 Sep 2012 18:45:54 +0000 (18:45 +0000)
committerdrh <drh@noemail.net>
Sat, 15 Sep 2012 18:45:54 +0000 (18:45 +0000)
commit3f4d1d1b02cf6416049cf15d21da7f0952fa2ce2
tree551ce38530a82dfd35433301e976cdc286f0e249
parent55b4c226d1e505e8c4a8d67458dec9765ced22da
Attempt to use a covering index even on a full table scan, under the theory
that the index will be smaller and require less disk I/O and thus be faster.

FossilOrigin-Name: cfaa7bc12847a7006ccc93815f2395ad5259744a
23 files changed:
manifest
manifest.uuid
src/where.c
test/analyze6.test
test/autovacuum.test
test/collate4.test
test/corruptD.test
test/corruptE.test
test/distinct.test
test/e_createtable.test
test/e_fkey.test
test/e_select.test
test/eqp.test
test/incrblob.test
test/intpkey.test
test/like.test
test/stat.test
test/tkt-385a5b56b9.test
test/tkt-78e04e52ea.test
test/triggerC.test
test/unordered.test
test/where.test
test/where9.test