]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to change the autovacuum status of an existing database
authordrh <drh@noemail.net>
Wed, 5 Dec 2007 01:38:23 +0000 (01:38 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Dec 2007 01:38:23 +0000 (01:38 +0000)
commitddac25c73271d925713bc3e793498a6d6c80dcb1
treeed30b6418ada92922bbd890963b427b15be1cb90
parent77658e2f0d6dc406798934a9fb20e87f6103d33b
Add the ability to change the autovacuum status of an existing database
by setting the auto_vacuum pragma then running the VACUUM command. (CVS 4592)

FossilOrigin-Name: bdfc19e838b369a8c5d5d23663fad690f55ba3d7
manifest
manifest.uuid
src/main.c
src/pragma.c
src/sqliteInt.h
src/vacuum.c
test/vacuum2.test