]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The -DSQLITE_OMIT_ATTACH=1 option now omits both the ATTACH and VACUUM
authordrh <drh@noemail.net>
Tue, 27 Mar 2007 14:44:50 +0000 (14:44 +0000)
committerdrh <drh@noemail.net>
Tue, 27 Mar 2007 14:44:50 +0000 (14:44 +0000)
commitfdbcdee5ff14353b9fab0fac267d435f5300a014
treeb96e8abb25f8b32eda32a4709dffcc14a8ef8d53
parenta4124a06ccecdde264ca7b4f01dff0c2e2fd7be9
The -DSQLITE_OMIT_ATTACH=1 option now omits both the ATTACH and VACUUM
commands. Ticket #2268.
 The regression test suite depends on both of these commands
and will not run if compiled with this option. (CVS 3727)

FossilOrigin-Name: cbebfb89603044e48b3a87b79d1eefbbc5b4c8a5
manifest
manifest.uuid
src/attach.c
src/parse.y
src/test1.c
src/vacuum.c
src/vdbe.c
tool/mkkeywordhash.c