]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the BTree so that it uses the Pagers temporary page space when
authordrh <drh@noemail.net>
Wed, 28 Nov 2007 16:19:56 +0000 (16:19 +0000)
committerdrh <drh@noemail.net>
Wed, 28 Nov 2007 16:19:56 +0000 (16:19 +0000)
commit26b7994a9753d22c4d5ca05d8e17eaaecd34b077
tree9e4957a688d8d15596f446a84da68cd84a3376c8
parent0167f28508feb44abef2be6d5616fb104668719d
Change the BTree so that it uses the Pagers temporary page space when
reorganizing the rows on a page, rather than mallocing for space of
its own.  In this way, we avoid having to deal with a malloc failure
deep down inside the page reorganizer.  Ticket #2806 (CVS 4577)

FossilOrigin-Name: 98960132dc082da61652201f4bd2b559725350c0
manifest
manifest.uuid
src/btree.c
src/pager.c
src/pager.h