]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the table selection rule that tried to prevent full table scans from inner-loop-cost
authordrh <drh@noemail.net>
Fri, 9 Nov 2012 18:22:26 +0000 (18:22 +0000)
committerdrh <drh@noemail.net>
Fri, 9 Nov 2012 18:22:26 +0000 (18:22 +0000)
commitada796bbaa9ffb52ef68e177d03aa2bd6d639097
tree6ec5d2ce367c5e56680775c72e824d27657e08a2
parent782d68a4cdc0e089899855e228e3dd78a02724e3
Disable the table selection rule that tried to prevent full table scans from
migrating to the outer loop unless they were optimal.  The new scaling of
outer-loop costs by cost of inner loops obviates the need for that step.  And,
in fact, that step causes problems with the new inner-loop cost accounting.

FossilOrigin-Name: 51bfd63b7f9fe53831570ad124c932cb3582b104
manifest
manifest.uuid
src/where.c