]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the OP_Found and OP_NotFound opcodes so that they can accept an
authordrh <drh@noemail.net>
Thu, 12 Nov 2009 19:59:44 +0000 (19:59 +0000)
committerdrh <drh@noemail.net>
Thu, 12 Nov 2009 19:59:44 +0000 (19:59 +0000)
commit8cff69df110a7b53281b94b33306d7c7e92c438c
tree2a31b7e1b0db9bed2bfde57b3e03d0c16017f6c7
parente3365e6c3762a6bb09f58f371a06797c3cd5e391
Enhance the OP_Found and OP_NotFound opcodes so that they can accept an
array of registers as an unpacked record in addition to a record built
using OP_MakeRecord.  Use this to avoid OP_MakeRecord calls during IN
expression processing.

FossilOrigin-Name: b9eab885cd2ca1a1633329e7036c125e8dba62c5
manifest
manifest.uuid
src/expr.c
src/fkey.c
src/pragma.c
src/select.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c
src/where.c
test/analyze3.test