]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only continue an ORDER BY optimization into inner loops if the equality
authordrh <drh@noemail.net>
Tue, 2 Oct 2012 14:11:29 +0000 (14:11 +0000)
committerdrh <drh@noemail.net>
Tue, 2 Oct 2012 14:11:29 +0000 (14:11 +0000)
commit178eb61c6b18d16be898a73578937c8cd5b9eefa
tree086b1c3425b2da0bf981cf785df583141a87255d
parent3be57d2abadd1507a9114eb920916a319c069715
Only continue an ORDER BY optimization into inner loops if the equality
constraints on the inner loop match terms of an outer ordered index that
are actually used by the ORDER BY clause.

FossilOrigin-Name: b0e7b4df6c2a8c479f8d210bde50c737eaa248f0
manifest
manifest.uuid
src/where.c
test/orderby1.test
test/orderby2.test