SQLite

Changes On Branch omit-stat3
Login

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

Changes In Branch omit-stat3 Excluding Merge-Ins

This is equivalent to a diff from 30e6ee27 to 845d2f17

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: f1cd234c user: drh tags: trunk)
18:49
Fix a case of the Expr.affinity to Expr.affExpr refactor that was missed in the [a29f2a7d07beff64] check-in. (check-in: 83450d10 user: drh tags: trunk)
16:23
More legacy STAT3 code removed. (Closed-Leaf check-in: 845d2f17 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: 1e17ea2f user: drh tags: omit-stat3)
01:39
Remove a NEVER() that is reachable from a corrupt database. (check-in: 30e6ee27 user: drh tags: trunk)
2019-08-07
19:57
Remove use of the affinity() function from view.test, as it is only available in SQLITE_DEBUG builds. (check-in: 7f2246a1 user: dan tags: trunk)

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.