]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects
authordrh <drh@noemail.net>
Wed, 29 Aug 2018 20:24:03 +0000 (20:24 +0000)
committerdrh <drh@noemail.net>
Wed, 29 Aug 2018 20:24:03 +0000 (20:24 +0000)
commit9d67afc421b726ec02fb422deadee31247f6aac3
treea6837d5a1146e0ba9b90ac6439b45bdb4cd3f34c
parent72f56ef95dbed75685221e0018c63e90798a9fd8
Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects
be destroyed using Mem.xDel.  This change results in faster code.

FossilOrigin-Name: f48e9feb3fca514e4e586932e6d19a5e34a384204effeba553006dcddf5f13d2
manifest
manifest.uuid
src/rowset.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c