Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | New checks in PRAGMA integrity_check to validate the autovacuum settings in the header. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a4663f09c91d1381a831f61a2b8e8a11 |
User & Date: | drh 2018-07-20 15:44:09.800 |
Original Comment: | New checked in PRAGMA integrity_check to validate the autovacuum settings in the header. |
Context
2018-07-20
| ||
19:24 | Change the SQLITE_Stat34 bit of the optimization test-control so that it prevents STAT4 data from being used but allows it to be loaded into the Index objects. This permits STAT4 to be turned on and off on a per-statement basis. (check-in: 489f3caf5d user: drh tags: trunk) | |
18:01 | Experimental change to ANALYZE so that when computing values for sqlite_stat1, it uses the maximum number for the number of rows having equivalent values, rather than the average. (Leaf check-in: 085f17e124 user: drh tags: stat1-max) | |
15:44 | New checks in PRAGMA integrity_check to validate the autovacuum settings in the header. (check-in: a4663f09c9 user: drh tags: trunk) | |
13:39 | Enhanced detection of problems on the freelist and on overflow list in PRAGMA integrity_check. (check-in: 11e58f5b37 user: drh tags: trunk) | |
Changes
Changes to src/btree.c.