]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin adding the zeroblob API to support incremental blob i/o. (CVS 3894)
authordrh <drh@noemail.net>
Wed, 2 May 2007 01:34:31 +0000 (01:34 +0000)
committerdrh <drh@noemail.net>
Wed, 2 May 2007 01:34:31 +0000 (01:34 +0000)
commitb026e05eb293d798879d29fb7e4142fa122147eb
tree7cfb6fc649e4dc2f19ec244a9e34095b727bf807
parent290283fe696e1a21e38e31d4d28e19ee5ebf02a4
Begin adding the zeroblob API to support incremental blob i/o. (CVS 3894)

FossilOrigin-Name: 7a01836dde45098796693bc6cb6045c4059adf1a
12 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/sqlite.h.in
src/test1.c
src/test3.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbemem.c
test/btree9.test [new file with mode: 0644]