]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only run the constant propagation optimization on joins since that is the
authordrh <drh@noemail.net>
Fri, 27 Jul 2018 17:51:20 +0000 (17:51 +0000)
committerdrh <drh@noemail.net>
Fri, 27 Jul 2018 17:51:20 +0000 (17:51 +0000)
commit7810ab646453c143966dad28f51e1a1950c89f88
tree2ad18b1654171662ead4c0758c81c694f705bf07
parentefad2e23668ea5cbd744b6abde43058de45fb53a
Only run the constant propagation optimization on joins since that is the
only scenario where it is useful.  This saves prepare time for the common
case of a simple query.

FossilOrigin-Name: 598d608359005b13fa1151c6c69f2fd12ef3ab7f563a035fc4a6f3c569dc6c67
manifest
manifest.uuid
src/expr.c
src/select.c
src/where.c
src/whereexpr.c