]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new opcode to the VDBE that gives the b-tree a hint about the set column-usage-hint
authordrh <drh@noemail.net>
Fri, 5 Jun 2015 15:59:57 +0000 (15:59 +0000)
committerdrh <drh@noemail.net>
Fri, 5 Jun 2015 15:59:57 +0000 (15:59 +0000)
commit97bae794c202a995b9073866e894a3fc03381e1f
treedb20f72dc42c3601b55018ccaa73e08de0194ce4
parentd62fbb50e6a927279856fcd0cb4cff675159dc1d
Add a new opcode to the VDBE that gives the b-tree a hint about the set
of columns in a table or index that are actually used by the query.

FossilOrigin-Name: f167bba446b78dd7538d0b2bae3e6678f3b1ba28
manifest
manifest.uuid
src/expr.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c
src/where.c