]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In function moveToRoot(), use the MemPage.pParent pointers to find the root page...
authordanielk1977 <danielk1977@noemail.net>
Fri, 19 Sep 2008 16:39:38 +0000 (16:39 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 19 Sep 2008 16:39:38 +0000 (16:39 +0000)
commitd9f6c53232b64a1f163915699bd6f27dd2c85672
tree348cafb82e072f6fb92494d2835b96d8887158fd
parentea89730823331765de66391998f58b8a11a02c29
In function moveToRoot(), use the MemPage.pParent pointers to find the root page if they are valid. This is slightly faster than requesting a new reference to the root page from the pager layer. (CVS 5725)

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