]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new hint bit on the flags parameter of sqlite3BtreeDelete(). The new
authordrh <drh@noemail.net>
Thu, 21 Jan 2016 17:06:33 +0000 (17:06 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Jan 2016 17:06:33 +0000 (17:06 +0000)
commite807bdba86b39f5996683c14842c705e3f6e25d6
treef2ae351d2c53b9bff404644ef0b204c50c03286f
parent9c0c57a4ca66af40e70f61e042bf477458abe2c4
Add a new hint bit on the flags parameter of sqlite3BtreeDelete().  The new
BTREE_IDXDELETE bit indicates that the call is to delete an index entry
corresponding to a table row that has already been deleted.

FossilOrigin-Name: ac2cbadd8000947c097da5b00c00090fe58fdcff
manifest
manifest.uuid
src/btree.c
src/btree.h
src/delete.c
src/sqliteInt.h
src/vdbe.c