]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an optimization that attempts to run a subquery as a coroutine rather
authordrh <drh@noemail.net>
Tue, 30 Oct 2012 00:29:07 +0000 (00:29 +0000)
committerdrh <drh@noemail.net>
Tue, 30 Oct 2012 00:29:07 +0000 (00:29 +0000)
commit21172c4cc01c6b1fb34a1fa08e3ae8c6dfaae23a
treefaa6b9e80bae102364b35477103f908999ba9315
parent6e227bf3e0641c6eace29e5b198f82cf9344ed48
Add an optimization that attempts to run a subquery as a coroutine rather
than manifesting it into a temporary table.

FossilOrigin-Name: 7af3acbbd49a2114fcdada9ec907c68ba9b053bd
13 files changed:
manifest
manifest.uuid
src/delete.c
src/expr.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/where.c
test/minmax.test
test/minmax2.test
test/tkt-31338dca7e.test
test/tkt3527.test