]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use memmove() rather than a home-made copy loop in dropCell() of btree.c,
authordrh <drh@noemail.net>
Mon, 9 Dec 2013 01:58:11 +0000 (01:58 +0000)
committerdrh <drh@noemail.net>
Mon, 9 Dec 2013 01:58:11 +0000 (01:58 +0000)
commit9bb7c4ff4ff132ba7bfda7ac27c2fdf617ed64cd
treebc774783d67bf0b7cf7dc9afc0564edb91cf50ec
parent29f2bad6f0c94564522093a9feb6878fd8d893da
Use memmove() rather than a home-made copy loop in dropCell() of btree.c,
for a size reduction and performance improvement.

FossilOrigin-Name: 78e1706804e88a0dd5dc40bee838a3a504cfa53b
manifest
manifest.uuid
src/btree.c