]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactoring the btree and pager routines into distinct two-phase commit
authordrh <drh@noemail.net>
Fri, 30 Mar 2007 14:06:34 +0000 (14:06 +0000)
committerdrh <drh@noemail.net>
Fri, 30 Mar 2007 14:06:34 +0000 (14:06 +0000)
commit80e35f46407b646cbc429920f310b51136bbabc3
tree9978bac479852f4f59e3ad5c3930113c2f856c8e
parentb601861cc3747c7e322d4baf9143c6516913c3a5
Refactoring the btree and pager routines into distinct two-phase commit
routines.  We've always done a two-phase commit - this change is just
making that more apparent in the code. (CVS 3762)

FossilOrigin-Name: 66b3ad09ea657d25d48cb75ec2671ea2dc1b6005
manifest
manifest.uuid
src/btree.c
src/btree.h
src/pager.c
src/pager.h
src/test2.c
src/vdbeaux.c