]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make it possible to disable the subquery-by-coroutine optimization using
authordrh <drh@noemail.net>
Tue, 30 Oct 2012 14:39:12 +0000 (14:39 +0000)
committerdrh <drh@noemail.net>
Tue, 30 Oct 2012 14:39:12 +0000 (14:39 +0000)
commita5759677934302a7eb99e2713855258b88f0a66d
tree06e4ffc69e43b8278c3991b56f3693b8492dc034
parent21172c4cc01c6b1fb34a1fa08e3ae8c6dfaae23a
Make it possible to disable the subquery-by-coroutine optimization using
sqlite3_test_control().  Remove an always-false conditional.

FossilOrigin-Name: 564631f3e45f8f8a8db69f1e0df0d1dadbad8a2c
manifest
manifest.uuid
src/main.c
src/select.c
src/sqliteInt.h
src/vdbe.c