]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OP_ColumnsUsed opcode (when compiled with
authordrh <drh@noemail.net>
Fri, 14 Dec 2018 20:20:37 +0000 (20:20 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Dec 2018 20:20:37 +0000 (20:20 +0000)
commit0f2654ecd91e5e12d0cadb71da457a72ce1547f7
treefaa8275781bc92e24ac971cea56079efa2bd47bc
parente317bd402430ecb6f9f841ef0218867ebc6604d0
Add the OP_ColumnsUsed opcode (when compiled with
SQLITE_ENABLE_COLUMN_USED_MASK) as a hint to the b-tree layer as to which
columns of a btree cursor will be used.
(Backport from 3.8.11)

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