]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Break up the sqlite3BtreeMovetoUnpacked() routine into an eponymous routine split-moveto
authordrh <drh@noemail.net>
Thu, 10 Nov 2016 21:19:35 +0000 (21:19 +0000)
committerdrh <drh@noemail.net>
Thu, 10 Nov 2016 21:19:35 +0000 (21:19 +0000)
commit37f686bd33b327e7d226b8719f0a2059cf4cbdd9
tree899e3ba3397186caa22eb4148362f83442aa7158
parent7a1c28defebac4b60914fe885e6cc8addbdd6593
Break up the sqlite3BtreeMovetoUnpacked() routine into an eponymous routine
and sqlite3BtreeMovetoIntkey().  Each routine specializes in a single kind of
btree.

FossilOrigin-Name: 9a64a4f2353576ba742c2ddbf4264d00704066a1
manifest
manifest.uuid
src/btree.c
src/btree.h
src/vdbe.c
src/vdbeaux.c