]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the keyword "unordered" appears at the end of the SQLITE_STAT1.STAT
authordrh <drh@noemail.net>
Sat, 9 Apr 2011 03:20:59 +0000 (03:20 +0000)
committerdrh <drh@noemail.net>
Sat, 9 Apr 2011 03:20:59 +0000 (03:20 +0000)
commitc2822b76b4214665be3ae068cd0337f8aa72f306
tree4ce4b29c529804bd13ce56130204161acae460e7
parent2184fc75a229a881b1c265f135c5bb114704cc28
parentd6ee353c84e50a855a330c91447052a67b1db0a6
If the keyword "unordered" appears at the end of the SQLITE_STAT1.STAT
column for an index, then use that index for equality lookups only, never
for range queries or sorting.  This feature is currently undocumented and
my change or be removed in a future release.

FossilOrigin-Name: 8a42e236701c8afd9ada7d4568712a21690ea087
manifest
manifest.uuid
src/analyze.c
src/sqliteInt.h
src/where.c