SQLite

Check-in [845d2f17de]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:More legacy STAT3 code removed.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | omit-stat3
Files: files | file ages | folders
SHA3-256: 845d2f17de5b4740f95884307d9efec3223737bb0f2c4a74693666caf5f61c21
User & Date: drh 2019-08-08 16:23:12.537
Context
2019-08-08
19:19
Remove support for SQLITE_ENABLE_STAT3. The sqlite_stat3 table is now ignored, if it exists. Run ANALYZE using STAT4 to get the equivalent functionality, which presumably everybody has been doing for a long time now. (check-in: f1cd234c98 user: drh tags: trunk)
16:23
More legacy STAT3 code removed. (Closed-Leaf check-in: 845d2f17de user: drh tags: omit-stat3)
15:24
Remove support for STAT3. The sqlite_stat3 tables are ignored, if they exist. STAT4 continues to work as it always has, and as it is a superset of STAT3 is the recommended replacement. (check-in: 1e17ea2fd1 user: drh tags: omit-stat3)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/analyze.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/where.c.
Changes to src/whereexpr.c.