]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the automatic index mechanism so that it avoids creating transient autoindex-planning
authordrh <drh@noemail.net>
Tue, 26 Jan 2016 15:23:58 +0000 (15:23 +0000)
committerdrh <drh@noemail.net>
Tue, 26 Jan 2016 15:23:58 +0000 (15:23 +0000)
commit3cf0c156190501334edf2566c24d6d4e02e5e9ac
tree2c309896821b1d063f295776ce8f498c62d43142
parent8770677c1e78bce0353d0cdfff39c11b24724c81
Change the automatic index mechanism so that it avoids creating transient
indexes on columns that are known to have low cardinality.

FossilOrigin-Name: 12ef3a8f3d1eb4bd1280f420cafc61c081942ad7
manifest
manifest.uuid
src/analyze.c
src/build.c
src/sqliteInt.h
src/where.c