]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix some corner case behavior in the new ORDER BY optimization logic.
authordrh <drh@noemail.net>
Thu, 27 Sep 2012 23:27:23 +0000 (23:27 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Sep 2012 23:27:23 +0000 (23:27 +0000)
commita9e3fc05f58a055ffdb67dca2a8215efb698a955
treec394bd9990cd6e6f6ed6d14b8e1e79691619f5a6
parent5343b2d4a8f778672cffe9ea2d2dd2d0bce7d6ac
Fix some corner case behavior in the new ORDER BY optimization logic.
Remove the SQLITE_OrderByIdx bit from the
SQLITE_TESTCTRL_OPTIMIZATIONS mask, since enabling it caused many
TH3 tests to fail when the NO_OPT configuration parameter was engaged,
and since there really isn't any need to turn that optimization off.
The SQLITE_OrderByIdxJoin bit remains.

FossilOrigin-Name: 98b633717a1c9a08f6a1d00bc6bc891564ae7e9b
manifest
manifest.uuid
src/sqliteInt.h
src/test1.c
src/where.c
test/collate4.test
test/where.test