]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Compute the bitmask of indexed columns for each index once when the Index
authordrh <drh@noemail.net>
Sat, 9 Jun 2018 01:12:08 +0000 (01:12 +0000)
committerdrh <drh@noemail.net>
Sat, 9 Jun 2018 01:12:08 +0000 (01:12 +0000)
commit1fe3ac73474a71583b9bd05a5e9016855748c0b3
tree92f11f611fe9cffe361d448e017ea837dee524b1
parentda230bd484d63bd6adff862b74f9090cc921ad24
Compute the bitmask of indexed columns for each index once when the Index
objecct is constructed, instead of recomputing it every time it is needed.

FossilOrigin-Name: d735872ec383bbd220b08c61d25db9ff3675d2542b9e7867e7d6323a12e0cc23
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
src/where.c