]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modifications to pass a flag to internal routine sqlite3BtreeCursor() when a cursor...
authordan <dan@noemail.net>
Thu, 22 Oct 2015 20:54:33 +0000 (20:54 +0000)
committerdan <dan@noemail.net>
Thu, 22 Oct 2015 20:54:33 +0000 (20:54 +0000)
commitfd261ec67efbb3a6e1c22f55f0999bae224ebce6
tree29cd5389111dfb90a8d3f7ce9e29aeaff3885f77
parent7ef855f156175964bb2d193208776044144b8f32
Modifications to pass a flag to internal routine sqlite3BtreeCursor() when a cursor that is used solely for deleting b-tree entries, or for obtaining the components of keys to delete from other b-trees, is opened.

FossilOrigin-Name: cdc92919e600007cae5eb61223684f48a65babc0
14 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/delete.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/test3.c
src/update.c
src/vdbe.c
src/where.c
src/whereInt.h
test/fordelete.test [new file with mode: 0644]