Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the file format document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
64a0c62941790b08e26680fc2d713545 |
User & Date: | drh 2017-06-07 14:00:21.145 |
Context
2017-06-08
| ||
00:28 | Flag the faster-than-filesystem report as "under development" (check-in: 029e600ba4 user: drh tags: trunk) | |
2017-06-07
| ||
14:00 | Fix typo in the file format document. (check-in: 64a0c62941 user: drh tags: trunk) | |
2017-06-06
| ||
20:24 | Minor tweak to the aff_short.html document. (check-in: ede2d703a0 user: drh tags: trunk) | |
Changes
Changes to pages/fileformat2.in.
︙ | ︙ | |||
1390 1391 1392 1393 1394 1395 1396 | <p>The variable i in the previous expression varies between 0 and 9. Conceptually, the index space is divided into 10 uniform buckets and the samples are the middle row from each bucket. <p>The format for sqlite_stat2 is recorded here for legacy reference. Recent versions of SQLite no longer support sqlite_stat2 and the | | | 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 | <p>The variable i in the previous expression varies between 0 and 9. Conceptually, the index space is divided into 10 uniform buckets and the samples are the middle row from each bucket. <p>The format for sqlite_stat2 is recorded here for legacy reference. Recent versions of SQLite no longer support sqlite_stat2 and the sqlite_stat2 table, if is exists, is simply ignored. <tcl>hd_fragment stat3tab {sqlite_stat3} SQLITE_STAT3</tcl> <h3>The sqlite_stat3 table</h3> <p>The sqlite_stat3 is only used if SQLite is compiled with [SQLITE_ENABLE_STAT3] or [SQLITE_ENABLE_STAT4] and if the SQLite version number is 3.7.9 or greater. |
︙ | ︙ |