]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the query flattener turn-off from a pragma to an sqlite3_test_control()
authordrh <drh@noemail.net>
Tue, 22 Dec 2009 23:52:32 +0000 (23:52 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Dec 2009 23:52:32 +0000 (23:52 +0000)
commit07096f68ae9f9de330350cafc6d11b37d8e328f7
tree54bbdf0e4824722f394bfc278523b68079e52bbb
parent3540c1f7b8c5790ff08239ad57e5088a5fb33e29
Move the query flattener turn-off from a pragma to an sqlite3_test_control()
call.  Make provisions (not yet implemented) to turn off other optimizers
using the same call.

FossilOrigin-Name: 4a97c623f4e190134de4b2ca406e311034a74797
manifest
manifest.uuid
src/build.c
src/main.c
src/pragma.c
src/select.c
src/sqlite.h.in
src/sqliteInt.h