]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a performance regression (relative to version 3.6.23.1) caused by the
authordrh <drh@noemail.net>
Mon, 4 Oct 2010 23:55:50 +0000 (23:55 +0000)
committerdrh <drh@noemail.net>
Mon, 4 Oct 2010 23:55:50 +0000 (23:55 +0000)
commit547caad4c4b46e139fff462995c731e23d3b5105
treecaa79414ee5d2ed900fbb400ff6cdeabad2923d4
parentb4eb82f6cf86df33685705d64ff6d353573567c3
Fix a performance regression (relative to version 3.6.23.1) caused by the
query planner taking into account non-indexable WHERE clause terms to select
the outermost join loops when it should be selecting tables for the outermost
loop that do not benefit from being in an inner loop.

FossilOrigin-Name: ece641eb8951c6314cedbdb3243f91cb199c3239
manifest
manifest.uuid
src/where.c
test/where3.test