Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove unmatched close parenthesis from fileformat.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
41027bf4a9eb9d22074b5b04687ea3d0 |
User & Date: | dan 2019-04-17 19:17:33.045 |
Context
2019-04-18
| ||
16:34 | Change althttpd.c to search for /home after /index.html if not filename is given. (check-in: efdc1b8e66 user: drh tags: trunk) | |
2019-04-17
| ||
19:17 | Remove unmatched close parenthesis from fileformat.html. (check-in: 41027bf4a9 user: dan tags: trunk) | |
15:17 | Additional information about the SQLITE_IOERR_SHMSIZE error code. (check-in: 5c5e6f523a user: drh tags: trunk) | |
Changes
Changes to pages/fileformat2.in.
︙ | ︙ | |||
784 785 786 787 788 789 790 | <dd><p> Interior pages of table b-trees have no payload and so there is never any payload to spill. </p></dd> <dt><p>Index B-Tree Leaf Or Interior Cell:</dt> <dd><p> | | | 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 | <dd><p> Interior pages of table b-trees have no payload and so there is never any payload to spill. </p></dd> <dt><p>Index B-Tree Leaf Or Interior Cell:</dt> <dd><p> ^(Let X be ((U-12)*64/255)-23. If the payload size P is less than or equal to X then the entire payload is stored on the b-tree page.)^ ^(Let M be ((U-12)*32/255)-23 and let K be M+((P-M)%(U-4)). If P is greater than X then the number of bytes stored on the index b-tree page is K if K is less than or equal to X or M otherwise.)^ ^(The number of bytes stored on the index page is never less than M.)^ </p></dd> |
︙ | ︙ |