]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Prevent a virtual table from being destroyed while it is in use. Also: replace Vdbe...
authordan <dan@noemail.net>
Thu, 21 May 2015 17:24:32 +0000 (17:24 +0000)
committerdan <dan@noemail.net>
Thu, 21 May 2015 17:24:32 +0000 (17:24 +0000)
commited89b29d68f348e2879c0c0160607d6fd6b8f870
tree9d43917e98a0ef3cdb6add1cd0d64666821b64fe
parenta6d00df61d10f4ae05dc921fd04ca6c62984976e
Prevent a virtual table from being destroyed while it is in use. Also: replace Vdbe.inVtabMethod with sqlite3.nVDestroy.  Simplify the EXPLAIN output for P4.pVtab to only show the sqlite3_vtab pointer. Cherrypick of [cbeb9a1aed8c].

FossilOrigin-Name: b3bb660af9472e2c511d1fe87b5193256f74c0db
manifest
manifest.uuid
src/sqlite.h.in
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vtab.c
test/vtab1.test