]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change incremental vacuum to be triggered by a pragma rather than a command.
authordrh <drh@noemail.net>
Fri, 4 May 2007 18:30:40 +0000 (18:30 +0000)
committerdrh <drh@noemail.net>
Fri, 4 May 2007 18:30:40 +0000 (18:30 +0000)
commitca5557f91d1a38800eea2742dc7bc2012887f83a
treef19d155d68100c5f579e20989adb2a6a38250e10
parent744f2f4658b54404177663389a7cb9f457194c00
Change incremental vacuum to be triggered by a pragma rather than a command.
We have a lot to learn about this yet and we do not want to paint ourselves
into a corner by commiting to specific syntax too early. (CVS 3921)

FossilOrigin-Name: b13e497a326697ab42b429993a1eee7df3c0c3eb
manifest
manifest.uuid
src/build.c
src/parse.y
src/pragma.c
src/sqliteInt.h
src/vdbe.c
test/incrvacuum.test
test/incrvacuum2.test
test/incrvacuum_ioerr.test
tool/mkkeywordhash.c