]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the Mem object, stop requiring that Mem.xDel be NULL when the MEM_Dyn
authordrh <drh@noemail.net>
Wed, 17 Sep 2014 16:41:15 +0000 (16:41 +0000)
committerdrh <drh@noemail.net>
Wed, 17 Sep 2014 16:41:15 +0000 (16:41 +0000)
commitd3b74200a871af8ac8e4b36a84eafe658aa0aa12
tree89db0d7a35f0b249fcd50fb2437399819017bb1c
parent0725cabe3a807b1fe8065ef3689dcfb8b4242265
In the Mem object, stop requiring that Mem.xDel be NULL when the MEM_Dyn
bit is clear.  Also reduce the amount of initialization of Mem objects.
All for a small size reduction and performance increase.

FossilOrigin-Name: fdddb477c89dabb9f7bf2d5ccb32534868df3a03
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c