]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate the query planner
authordrh <drh@noemail.net>
Mon, 26 Jun 2017 13:57:49 +0000 (13:57 +0000)
committerdrh <drh@noemail.net>
Mon, 26 Jun 2017 13:57:49 +0000 (13:57 +0000)
commit169dd928c521144e3be5b1fa81aefaa43eb2803f
tree3850004946f982cf534e9a94dd36a4e14de141df
parenta22dd3860a3491d621fec0d0d507c7a0a60d9b6b
Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate the query planner
stability guarantee.  This involves refactoring the sqlite3.flags bitvector
to carve out a free bit to use.

FossilOrigin-Name: 7076e8283ebae1b45a5d85d9538b49b6da399d38c3c6935de100f948f814f6a9
15 files changed:
manifest
manifest.uuid
src/btree.c
src/main.c
src/pragma.h
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/vdbe.c
src/vdbeaux.c
src/vdbemem.c
test/analyze3.test
test/like.test
tool/mkpragmatab.tcl