]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In sqlite3BtreeInsert() when replacing a re-existing row, try to overwrite
authordrh <drh@noemail.net>
Fri, 9 Dec 2016 17:32:51 +0000 (17:32 +0000)
committerdrh <drh@noemail.net>
Fri, 9 Dec 2016 17:32:51 +0000 (17:32 +0000)
commit80159da6c653ecf8e6af90b9ca632809a538a58b
tree6af1edf69de0138f494d1e8da0df97beba8dc065
parent55092c15042119da5b2970272b96e8244f498387
In sqlite3BtreeInsert() when replacing a re-existing row, try to overwrite
the cell directly rather than deallocate and reallocate the cell.

FossilOrigin-Name: 0b86fbca6615ccf1f3a62614db577a8acbec6d9e
manifest
manifest.uuid
src/btree.c