]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Instead of storing a pointer to the parent page in the MemPage structure, have each...
authordanielk1977 <danielk1977@noemail.net>
Mon, 29 Sep 2008 11:49:47 +0000 (11:49 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 29 Sep 2008 11:49:47 +0000 (11:49 +0000)
commit71d5d2cd49b9b88ad9a7ceb3d994bc066a4a4bff
treea11572da65446b8d92fe915c4874652385bde0d5
parentd0507d691ef9d607d3674da1257a2f6a170ba8a1
Instead of storing a pointer to the parent page in the MemPage structure, have each B-Tree cursor keep track of the ancestry of the current page. (CVS 5747)

FossilOrigin-Name: 40425e93421286cca1965d7a5769084526210c7a
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/pager.c
src/pager.h
src/pcache.c
src/pcache.h
src/test2.c
src/test_btree.c
test/corrupt2.test