]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the BTREE_FORDELETE and BTREE_AUXDELETE flags to the b-tree layer interface
authordrh <drh@noemail.net>
Sat, 30 Jan 2016 13:32:30 +0000 (13:32 +0000)
committerdrh <drh@noemail.net>
Sat, 30 Jan 2016 13:32:30 +0000 (13:32 +0000)
commit4b09ec6e119ddff2e66538b1cf02c64aa7e08a95
tree49fe0b17164ed7b9b271b55a17be92341690c2a3
parent5f4a686f8c5f0fa206418ab5970b61beb49aca7c
parentdf31221d335bb1fe60dd4576203920b327646459
Add the BTREE_FORDELETE and BTREE_AUXDELETE flags to the b-tree layer interface
and use them.  Add assert() statement to verify that they are correct.

FossilOrigin-Name: 85c467041c9378cae3038756da815e9117ee8c7d
manifest
manifest.uuid
src/btree.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h