]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite3BtreeInsert() routine tries to overwrite an existing cell with
authordrh <drh@noemail.net>
Thu, 3 May 2018 03:59:02 +0000 (03:59 +0000)
committerdrh <drh@noemail.net>
Thu, 3 May 2018 03:59:02 +0000 (03:59 +0000)
commit3de5d16cf7df698599136d4a6695c97dbb603c2d
tree56f45fac56fc6ac5217b72a1daa193d7984c8737
parent85a40ebc03676fd5b774fad42ae7a88d419fe4dc
The sqlite3BtreeInsert() routine tries to overwrite an existing cell with
modified content if the new content is the same size.  Pages are only dirtied
if they change.  This prototype works some, but still has issues.

FossilOrigin-Name: 489451b378819621537231c1c8a07704437e11c1f5384fd53b09f3977d2213a4
manifest
manifest.uuid
src/btree.c