]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Further refactoring of the ORDER BY related query-planning logic in order
authordrh <drh@noemail.net>
Wed, 26 Sep 2012 23:17:01 +0000 (23:17 +0000)
committerdrh <drh@noemail.net>
Wed, 26 Sep 2012 23:17:01 +0000 (23:17 +0000)
commit46c35f9b208e7a46718e16fb2551fc940f26abd7
treeec84c158d48850ac1e3bfafc00520fe274aab41b
parent9cd1c99fe1f786e32623c4614d9b0b0c086ff441
Further refactoring of the ORDER BY related query-planning logic in order
to make it easier to extend to support optimizing out ORDER BY on joins.
No actual behavior changes, yet.

FossilOrigin-Name: 96496ddae12a239b30a1fc997fbea43e3a75bfe7
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c