]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Always use the sqlite3VdbeDeleteAuxdata() routine for clearing auxdata on
authordrh <drh@noemail.net>
Mon, 22 Feb 2016 16:04:31 +0000 (16:04 +0000)
committerdrh <drh@noemail.net>
Mon, 22 Feb 2016 16:04:31 +0000 (16:04 +0000)
commitb9626cfa709ff5f71521035d21efd79b781bb760
treee20a8213014b2d396f57a64375d56c3462c89970
parent8e6cf0a7c50ad9e1e8eb09b56d12e22f1a6b380c
Always use the sqlite3VdbeDeleteAuxdata() routine for clearing auxdata on
function parameter, rather than having a separate deleteAuxdataFromFrame()
for doing the job for trigger frames.

FossilOrigin-Name: 64386fa339adb91439da979d74062f67a6ec68fd
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c