Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add infrastructure for the ANALYZE command. Does not yet actually do anything. (CVS 2537) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
05b6ac9a76fd5765c50e81588f8e71c5 |
User & Date: | drh 2005-07-08 12:13:04 |
Context
2005-07-08
| ||
13:08 | Replace OP_List with OP_Fifo. This is the first step toward allowing recursive delete triggers and later foreign keys with cascading deletes. (CVS 2538) check-in: 94c120bb user: drh tags: trunk | |
12:13 | Add infrastructure for the ANALYZE command. Does not yet actually do anything. (CVS 2537) check-in: 05b6ac9a user: drh tags: trunk | |
2005-07-06
| ||
13:51 | Fix a quoting problem in the configure script. (CVS 2536) check-in: b34647a2 user: drh tags: trunk | |
Changes
Changes to Makefile.in.
Changes to main.mk.
Added src/analyze.c.
Changes to src/parse.y.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to tool/mkkeywordhash.c.