Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | 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) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cbebfb89603044e48b3a87b79d1eefbb |
User & Date: | drh 2007-03-27 14:44:51.000 |
Context
2007-03-27
| ||
15:00 | Updates to the VACUUM documentation. Ticket #2257. (CVS 3728) (check-in: c61c97c978 user: drh tags: trunk) | |
14:44 | 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) (check-in: cbebfb8960 user: drh tags: trunk) | |
14:05 | Fix off-by-one errors in the header comments of btree.c. Ticket #2272. (CVS 3726) (check-in: a70ea7202d user: drh tags: trunk) | |
Changes
Changes to src/attach.c.
Changes to src/parse.y.
Changes to src/test1.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to tool/mkkeywordhash.c.