]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the automatic index logic so that it creates a partial index when
authordrh <drh@noemail.net>
Fri, 24 Oct 2014 19:28:09 +0000 (19:28 +0000)
committerdrh <drh@noemail.net>
Fri, 24 Oct 2014 19:28:09 +0000 (19:28 +0000)
commit059b2d50e1c6a57ca301f3c9639f92f7e16ff96e
treed61ee5346f3d01523826a4942dc18a94c69e7440
parent4dd96a8315b3f3b2a516513b06754e1887e426eb
Enhance the automatic index logic so that it creates a partial index when
doing so gives the same answer for less work.

FossilOrigin-Name: d95d0313c447f5baeabdb17284d8606331ab7d49
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/sqliteInt.h
src/where.c
test/autoindex4.test [new file with mode: 0644]