SQLite

Check-in [aed2bf7a3c]
Login

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

Overview
Comment:Purge lingering references to SQLITE_STAT2 from the code and test scripts.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: aed2bf7a3c828a7191389b3f8235a9387977b476
User & Date: drh 2011-10-21 19:06:32.669
Context
2011-10-22
21:00
Avoid a harmless reference to an uninitialized variable following an error in FTS3. This is not a bug. The change is to silence a valgrind warning. (check-in: d980c5b22f user: drh tags: trunk)
2011-10-21
19:06
Purge lingering references to SQLITE_STAT2 from the code and test scripts. (check-in: aed2bf7a3c user: drh tags: trunk)
16:47
Remove stale requirements marks from the query planner. (check-in: 76de9914be 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/sqliteInt.h.
Changes to src/test_config.c.
Changes to src/where.c.
Changes to test/alter.test.
Deleted test/analyze2.test.
Changes to test/analyze3.test.
Changes to test/auth.test.
Changes to test/malloc.test.