]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the query planner interface so that it always passes in the result set.
authordrh <drh@noemail.net>
Fri, 21 Jun 2013 00:35:37 +0000 (00:35 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Jun 2013 00:35:37 +0000 (00:35 +0000)
commit6457a353bca93d55db6011df34fb04e8c81e997e
tree63598016fa00c08918b923cb91eda6cce62c2b0d
parent472eae8a4d4d69895e85234aff425fdc835957ff
Modify the query planner interface so that it always passes in the result set.
This is the first step toward adding an optimization that will omit tables
from a join that do not contribute to the result.

FossilOrigin-Name: 2c2577e69ccb47f1af674a755e71221e2ca0b322
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c
test/alter2.test