]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the keyword "unordered" appears at the end of the SQLITE_STAT1.STAT unordered-index-hack
authordrh <drh@noemail.net>
Tue, 29 Mar 2011 15:00:17 +0000 (15:00 +0000)
committerdrh <drh@noemail.net>
Tue, 29 Mar 2011 15:00:17 +0000 (15:00 +0000)
commitd6ee353c84e50a855a330c91447052a67b1db0a6
treecf01c91913392b0d1ecd0b08bfb239407867e60c
parent0fd7d860818ebee27fa86b01af296a546a7f944e
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.

FossilOrigin-Name: 3b964155f611c437d53d44feafa22f531942b1b4
install-sh [changed mode: 0644->0755]
manifest
manifest.uuid
src/analyze.c
src/sqliteInt.h
src/where.c
test/progress.test [changed mode: 0755->0644]
tool/mkopts.tcl [changed mode: 0755->0644]