]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the {quote: IdxDelete} opcode so that it takes an array of registers rather
authordrh <drh@noemail.net>
Tue, 25 Mar 2008 17:23:32 +0000 (17:23 +0000)
committerdrh <drh@noemail.net>
Tue, 25 Mar 2008 17:23:32 +0000 (17:23 +0000)
commite14006d0de810c1bc04986c6d85381a8a0468666
tree4fa8dc5a946566665297e44c546226ced94a546f
parent4e1ddde370721ed43495a292f6d5d68c8fb1b6a3
Modify the {quote: IdxDelete} opcode so that it takes an array of registers rather
than a record formed using {quote: MakeRecord.}  This avoids a needless packing
and unpacking of the record to be deleted. (CVS 4916)

FossilOrigin-Name: ee381b43563e1b0637ee74389d076dff77deddf9
14 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/build.c
src/delete.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/test3.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c