]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OPFLAG_MULTICOLUMN flat to the OP_Column opcode. Rearrange OP_Column faster-OP_Column
authordrh <drh@noemail.net>
Mon, 29 Sep 2014 18:47:20 +0000 (18:47 +0000)
committerdrh <drh@noemail.net>
Mon, 29 Sep 2014 18:47:20 +0000 (18:47 +0000)
commitda0f75eb0015be253c22e3ec5e83fc1e76930bb2
treed9e696823a6eb38d41a5f1869880f57677dcd047
parent39c4b82b5a82977db329f688ebf4bf0a2d901ec1
Add the OPFLAG_MULTICOLUMN flat to the OP_Column opcode.  Rearrange OP_Column
instrunctions to take advantage of the new flag for a small performance
increase

FossilOrigin-Name: 5e5d6e8680b253b4de5c04df155c27f15fedc0c1
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/update.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c