]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplify the sqlite3BtreeInsert() interface by gathering the five arguments
authordrh <drh@noemail.net>
Sat, 21 May 2016 20:03:42 +0000 (20:03 +0000)
committerdrh <drh@noemail.net>
Sat, 21 May 2016 20:03:42 +0000 (20:03 +0000)
commit8eeb4463d9e1df9cae9d535ad02b491d60b2014e
tree7db6e95a11031f25463da5d9f781e31fbbe14bb0
parent16e2b9694a3abcf3f670df5232433bbcfedbb522
Simplify the sqlite3BtreeInsert() interface by gathering the five arguments
describing the content to be inserted into the new BtreePayload structure, and
thus reducing the number of parameters from eight to four.

FossilOrigin-Name: 55f348cdd24c7812ea4b63345514764b69f64dc8
manifest
manifest.uuid
src/btree.c
src/btree.h
src/test3.c
src/vdbe.c