]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add more bits to the bit vector that is used to disable optimizations for
authordrh <drh@noemail.net>
Thu, 27 Sep 2012 15:05:54 +0000 (15:05 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Sep 2012 15:05:54 +0000 (15:05 +0000)
commit7e5418e4a487f7579c1249857bf69b7a6985bf32
treeeff4f900e32553fefdafc99158c8f5464a95c95f
parent32634d270ce9de65ac8a1cec14df671a477ce91c
Add more bits to the bit vector that is used to disable optimizations for
built-in test.  Add specific bit patterns to disable ORDER BY using an
index in general and for joins.  Use macros to test for bits in the
disabled-optimization bit vector, in order to make the code clearer.

FossilOrigin-Name: d2fcba1e143beca8c45724d2108870657c269e17
manifest
manifest.uuid
src/delete.c
src/expr.c
src/main.c
src/select.c
src/sqliteInt.h
src/test1.c
src/where.c