You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2013/12/12 21:54:49 UTC

svn commit: r1550529 - /db/derby/site/trunk/src/documentation/content/xdocs/papers/logformats.xml

Author: myrnavl
Date: Thu Dec 12 20:54:48 2013
New Revision: 1550529

URL: http://svn.apache.org/r1550529
Log:
DERBY-5196; Correct the layout of log.ctrl as described on the Derby web site
   correct the info on the web site

Modified:
    db/derby/site/trunk/src/documentation/content/xdocs/papers/logformats.xml

Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/logformats.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/papers/logformats.xml?rev=1550529&r1=1550528&r2=1550529&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/logformats.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/logformats.xml Thu Dec 12 20:54:48 2013
@@ -147,7 +147,7 @@
           <table> 
             <tr> 
               <th>Type</th>
-              <th>Desciption</th>
+              <th>Description</th>
             </tr>
             <tr> 
               <td>int</td>
@@ -163,24 +163,40 @@
             </tr>
             <tr> 
               <td>int</td>
-              <td>JBMS (older name for Cloudscape/Derby) version</td>
+              <td>Derby major version</td>
             </tr>
             <tr> 
               <td>int</td>
-              <td>checkpoint interval</td>
+              <td>Derby minor version</td>
             </tr>
             <tr> 
-              <td>long</td>
+              <td>int</td>
+              <td>subversion revision/build number</td>
+            </tr>
+            <tr> 
+              <td>byte</td>
+              <td>Flags (beta flag (0 or 1), test durability flag (0 or 1))</td>
+            </tr>
+            <tr> 
+              <td>byte</td>
               <td>spare (value set to 0)</td>
             </tr>
             <tr> 
-              <td>long</td>
+              <td>byte</td>
+              <td>spare (value set to 0)</td>
+            </tr>
+            <tr> 
+              <td>byte</td>
               <td>spare (value set to 0)</td>
             </tr>
             <tr> 
               <td>long</td>
               <td>spare (value set to 0)</td>
             </tr>
+            <tr> 
+              <td>long</td>
+              <td>checksum for control data written</td>
+            </tr>
           </table>
         </section>
         <section>