]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add largely untested code for the incremental vacuum function. (CVS 3876)
authordanielk1977 <danielk1977@noemail.net>
Thu, 26 Apr 2007 14:42:34 +0000 (14:42 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 26 Apr 2007 14:42:34 +0000 (14:42 +0000)
commitdddbcdcc6886be88e162d471f071ebc1f83b93fb
treeca309270bf1a37c9ed4879b7b726976aa0b5d39a
parentd33d5a8978231e77e8c472195430bd3920017db8
Add largely untested code for the incremental vacuum function. (CVS 3876)

FossilOrigin-Name: f6a6d2b8872c05089810b1e095f39011f3035408
manifest
manifest.uuid
src/btree.c
src/btree.h
src/build.c
src/parse.y
src/pragma.c
src/sqliteInt.h
src/vdbe.c
test/incrvacuum.test [new file with mode: 0644]
tool/mkkeywordhash.c