Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in fileformat.html: 230 -> 2^30. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
928d0e91a3bc13ca785394560f90ca68 |
User & Date: | dan 2009-04-06 11:46:58.000 |
Context
2009-04-07
| ||
15:08 | Remove spurious "ah" from limits.html. cvstrac ticket #3787. (check-in: d8a646e989 user: dan tags: trunk) | |
2009-04-06
| ||
11:46 | Fix a typo in fileformat.html: 230 -> 2^30. (check-in: 928d0e91a3 user: dan tags: trunk) | |
2009-04-03
| ||
01:44 | Updates, clarifications, and corrections to the pragma documentation. (check-in: 36a68629e1 user: drh tags: trunk) | |
Changes
Changes to pages/fileformat.in.
︙ | ︙ | |||
2171 2172 2173 2174 2175 2176 2177 | start of the <i>master journal pointer</i>. [Table] [Tr]<th>Byte offset<th>Size in bytes<th width=100%>Description [Tr]<td>0<td>4<td>This field, the <b>locking page number</b>, is always set to the page number of the database <i>locking page</i> stored as a 4-byte big-endian integer. The <i>locking page</i> | | | 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 | start of the <i>master journal pointer</i>. [Table] [Tr]<th>Byte offset<th>Size in bytes<th width=100%>Description [Tr]<td>0<td>4<td>This field, the <b>locking page number</b>, is always set to the page number of the database <i>locking page</i> stored as a 4-byte big-endian integer. The <i>locking page</i> is the page that begins at byte offset 2<sup>30</sup> of the database file. Even if the database file is large enough to contain the <i>locking page</i>, the <i>locking page</i> is never used to store any data and so the first four bytes of of a valid <i>journal record</i> will never contain this value. [Tr]<td>4<td><i>name-length</i><td> The <b>master journal name</b> field contains the name of the |
︙ | ︙ |