SQLite

Check-in [1e17ea2fd1]
Login

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

Overview
Comment: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.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | omit-stat3
Files: files | file ages | folders
SHA3-256: 1e17ea2fd1df4ad49138c787c8fe3207dd0c25c93f9001d52a9b69f8c12e841c
User & Date: drh 2019-08-08 15:24:17.512
Context
2019-08-08
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)
01:39
Remove a NEVER() that is reachable from a corrupt database. (check-in: 30e6ee27a9 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/analyze.c.
Changes to src/build.c.
Changes to src/ctime.c.
Changes to src/func.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/util.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/whereexpr.c.
Changes to test/alter.test.
Changes to test/altertab.test.
Changes to test/altertab3.test.
Changes to test/analyze.test.
Changes to test/analyze3.test.
Changes to test/analyze5.test.
Changes to test/analyze6.test.
Changes to test/analyze7.test.
Changes to test/analyze8.test.
Deleted test/analyzeA.test.
Deleted test/analyzeB.test.
Changes to test/auth.test.
Changes to test/dbstatus.test.
Changes to test/filter1.test.
Changes to test/fkey8.test.
Changes to test/fts3corrupt4.test.
Changes to test/fts3corrupt5.test.
Changes to test/fts3expr5.test.
Changes to test/fts4rename.test.
Changes to test/index6.test.
Changes to test/index7.test.
Changes to test/json104.test.
Changes to test/like.test.
Changes to test/mallocA.test.
Changes to test/minmax4.test.
Changes to test/skipscan1.test.
Changes to test/tempdb2.test.
Changes to test/tkt-cbd054fa6b.test.
Changes to test/triggerC.test.
Changes to test/walvfs.test.
Changes to test/where.test.
Changes to test/where9.test.
Deleted test/wild001.test.
Changes to test/window6.test.
Changes to test/window9.test.
Changes to test/without_rowid1.test.