]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to disable the covering-index-scan optimization at compile-time,
authordrh <drh@noemail.net>
Mon, 17 Sep 2012 20:44:46 +0000 (20:44 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Sep 2012 20:44:46 +0000 (20:44 +0000)
commitde9a7b8a942d1b4066abdb03e661b3bc174d9d73
treecb56e4d03471c992cf36a8240d286862c7864d0a
parentee4b21e9f3b775b4e20f2b71eff2b8bf052d2518
Add the ability to disable the covering-index-scan optimization at compile-time,
start-time, or at run-time.  Add test cases to check this configurability.

FossilOrigin-Name: ccb8ecc30c8e6c7760131250297c2e452bbac43b
manifest
manifest.uuid
src/global.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/test_malloc.c
src/where.c
test/coveridxscan.test [new file with mode: 0644]
test/eqp.test