Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/analyze7.test
2019-08-08
| ||
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. file: [6ef0b123] check-in: [1e17ea2f] user: drh branch: omit-stat3, size: 4018 | |
2018-05-02
| ||
19:42 | More test case updates. Tests are all running now. file: [a37f4d9c] check-in: [dab5e529] user: drh branch: rework-EQP, size: 4035 | |
2013-08-12
| ||
20:14 | If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate the sqlite_stat3 table instead of sqlite_stat4. file: [bb1409af] check-in: [cca8bf43] user: dan branch: sqlite_stat4, size: 4099 | |
2013-08-03
| ||
20:24 | Begin adding experimental sqlite_stat4 table. This commit is buggy. file: [c0af22c5] check-in: [2beea303] user: dan branch: sqlite_stat4, size: 4081 | |
2013-06-10
| ||
23:30 | Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. file: [7de3ab66] check-in: [aa580e36] user: drh branch: nextgen-query-plan-logcost, size: 4081 | |
2013-04-25
| ||
11:58 | Make test_wholenumber.c into a loadable extension and move it to ext/misc/wholenumber.c. file: [bd09e892] check-in: [efcc9dd0] user: drh branch: std-ext, size: 4250 | |
2011-08-13
| ||
19:35 | Further testing and bug fixing for sqlite_stat3. Added the Index.avgEq field to index statistics. Fixed several problems in the query planner associated with stat3. file: [d3587aa5] check-in: [89b2f708] user: drh branch: stat3-enhancement, size: 4244 | |
2011-08-03
| ||
01:07 | Adjust the output row estimating logic when using STAT2. file: [ed672a2c] check-in: [c8ba8855] user: drh branch: query-planner-tweaks, size: 4257 | |
2011-04-07
| ||
01:54 | Fix an issue with an analyze test. No code changes. file: [5508e782] check-in: [cddf79db] user: shaneh branch: trunk, size: 4209 | |
2011-04-02
| ||
09:25 | Do not attempt to run tests that use the 'wholenumber' virtual table if the build does not support virtual tables. file: [9cbca440] check-in: [20afd81a] user: dan branch: trunk, size: 4210 | |
2011-04-01
| ||
23:49 | Add the "wholenumber" virtual table module to the test suite - useful in populating tables with many rows of content prior to a test. file: [550c38ac] check-in: [975dff15] user: drh branch: trunk, size: 4203 | |
17:53 | Change analyze7.test so that it works without SQLITE_ENABLE_STAT2 defined. file: [8095fed1] check-in: [9415201c] user: dan branch: trunk, size: 4596 | |
14:04 | Test cases for ANALYZE-index. file: [06405dd3] check-in: [365896cb] user: drh branch: analyze-idx, size: 4034 Added | |