]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the OP_RowData opcode so that when P3!=0 it is allowed to hold an
authordrh <drh@noemail.net>
Mon, 9 Jan 2017 15:44:25 +0000 (15:44 +0000)
committerdrh <drh@noemail.net>
Mon, 9 Jan 2017 15:44:25 +0000 (15:44 +0000)
commite7b554d615072f16896a6879f582c935fa252a12
treedff182389564ac6e0415eecf10430d99f9eafca6
parentf4e994b23adc5bb62356af81d9fd194796bc22cf
Modify the OP_RowData opcode so that when P3!=0 it is allowed to hold an
ephemeral copy of the content.  This avoids unnecessary memcpy() operations
in the xfer-optimization and VACUUM.

FossilOrigin-Name: 6e106acd74da3baa5c308a76443d2f0a7c904e5e
manifest
manifest.uuid
src/insert.c
src/vdbe.c