Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/analyzeA.test
2019-08-08
| ||
15:24 | Deleted: 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 branch: omit-stat3, size: 0) | |
2018-05-02
| ||
18:00 | [22a892d67b] part of check-in [5f0e803e33] Fix test cases so that they work with the new EXPLAIN QUERY PLAN output format. Only some of the cases have been fixed. This is an incremental check-in. (check-in: [5f0e803e33] user: drh branch: rework-EQP, size: 5623) | |
2014-08-25
| ||
20:21 | [3335697f67] part of check-in [42505e5a81] Test cases added for using unary "+" and CAST operators on the RHS of range constraints and verifying that STAT3/4 can use those constraints. (check-in: [42505e5a81] user: drh branch: trunk, size: 5687) | |
2013-08-12
| ||
20:14 | [1a5c400798] part of check-in [cca8bf4372] If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate the sqlite_stat3 table instead of sqlite_stat4. (check-in: [cca8bf4372] user: dan branch: sqlite_stat4, size: 4875) | |
17:31 | [3a24600dd5] part of check-in [2a41736728] If there is data in both the sqlite_stat4 and sqlite_stat3 tables for a single index, ignore the sqlite_stat3 records. (check-in: [2a41736728] user: dan branch: sqlite_stat4, size: 4591) | |
16:34 | Added: [949c334428] part of check-in [6d45078e62] Re-enable reading from the sqlite_stat3 table (as well as sqlite_stat4). (check-in: [6d45078e62] user: dan branch: sqlite_stat4, size: 3849) | |