]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not load the root-page of a b-tree table/index when opening a cursor. Instead...
authordanielk1977 <danielk1977@noemail.net>
Tue, 7 Jul 2009 15:47:12 +0000 (15:47 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 7 Jul 2009 15:47:12 +0000 (15:47 +0000)
commit172114a02e9d201f35e97947c2e0cf80c081fa3f
tree32f7267c452946a6538dbbf23eb9255a051a54f5
parent75a40127657af559e134deccbe0fad459ea4bec7
Do not load the root-page of a b-tree table/index when opening a cursor. Instead, allow it to be loaded when the cursor is first used (in function moveToRoot()). Also move the root-page flags sanity checks that were a part of the OP_OpenRead/OpenWrite opcodes into the moveToRoot() function. (CVS 6856)

FossilOrigin-Name: 06dcfe72a6ff3f63639eeb00ec5b5022d10fc55b
manifest
manifest.uuid
src/btree.c
src/vdbe.c