List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 11 2007 9:13am
Subject:svn commit - mysqldoc@docsrva: r7780 - in trunk: refman-5.1 refman-5.2
View as plain text  
Author: mcbrown
Date: 2007-09-11 11:13:09 +0200 (Tue, 11 Sep 2007)
New Revision: 7780

Log:
Changing the storage engine comparison table so that it uses footnotes instead of manual links



Modified:
   trunk/refman-5.1/storage-engines.xml
   trunk/refman-5.2/storage-engines.xml


Modified: trunk/refman-5.1/storage-engines.xml
===================================================================
--- trunk/refman-5.1/storage-engines.xml	2007-09-10 21:28:30 UTC (rev 7779)
+++ trunk/refman-5.1/storage-engines.xml	2007-09-11 09:13:09 UTC (rev 7780)
Changed blocks: 6, Lines Added: 62, Lines Deleted: 48; 4961 bytes

@@ -513,7 +513,15 @@
               <entry>Yes</entry>
               <entry>64TB</entry>
               <entry>No</entry>
-              <entry>384EB<superscript>[4]</superscript></entry>
+              <entry>384EB
+
+                <footnote>
+
+                  <para>
+                    EB = exabyte (1024 * 1024 terabyte)
+                  </para>
+
+                </footnote></entry>
             </row>
             <row>
               <entry>Transactions</entry>

@@ -540,14 +548,22 @@
               <entry>No</entry>
             </row>
             <row>
-              <entry>Geospatial support</entry>
+              <entry>Geospatial datatype support</entry>
               <entry>Yes</entry>
               <entry>No</entry>
-              <entry>Yes<superscript>[1]</superscript></entry>
-              <entry>Yes<superscript>[1]</superscript></entry>
-              <entry>Yes<superscript>[1]</superscript></entry>
+              <entry>Yes</entry>
+              <entry>Yes</entry>
+              <entry>Yes</entry>
             </row>
             <row>
+              <entry>Geospatial indexing support</entry>
+              <entry>Yes</entry>
+              <entry>No</entry>
+              <entry>No</entry>
+              <entry>No</entry>
+              <entry>No</entry>
+            </row>
+            <row>
               <entry>B-tree indexes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -597,14 +613,33 @@
             </row>
             <row>
               <entry>Compressed data</entry>
-              <entry>Yes[5]</entry>
+              <entry>Yes
+
+                <footnote>
+
+                  <para>
+                    Compressed MyISAM tables are only supported when
+                    using the compressed row format. Tables using the
+                    compressed row format with MyISAM are read-only.
+                  </para>
+
+                </footnote></entry>
               <entry>No</entry>
               <entry>No</entry>
               <entry>Yes</entry>
               <entry>No</entry>
             </row>
             <row>
-              <entry>Encrypted data<superscript>[2]</superscript></entry>
+              <entry>Encrypted data
+
+                <footnote>
+
+                  <para>
+                    Implemented in the server (via encryption
+                    functions), rather than in the storage engine.
+                  </para>
+
+                </footnote></entry>
               <entry>Yes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -620,7 +655,16 @@
               <entry>Yes</entry>
             </row>
             <row>
-              <entry>Replication support<superscript>[3]</superscript></entry>
+              <entry>Replication support
+
+                <footnote>
+
+                  <para>
+                    Implemented in the server, rather than in the
+                    storage engine
+                  </para>
+
+                </footnote></entry>
               <entry>Yes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -636,7 +680,16 @@
               <entry>No</entry>
             </row>
             <row>
-              <entry>Backup / point-in-time recovery<superscript>[3]</superscript></entry>
+              <entry>Backup / point-in-time recovery
+
+                <footnote>
+
+                  <para>
+                    Implemented in the server, rather than in the
+                    storage engine
+                  </para>
+
+                </footnote></entry>
               <entry>Yes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -663,45 +716,6 @@
         </tgroup>
       </informaltable>
 
-      <itemizedlist>
-
-        <listitem>
-          <para>
-            [1] Storage engine supports spatial data types but no
-            indexing of such data
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            [2] Implemented in the server (via encryption functions),
-            rather than in the storage engine
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            [3] Implemented in the server, rather than in the storage
-            engine
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            [4] EB = exabyte (1024 * 1024 terabyte)
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            [5] Compressed MyISAM tables are only supported when using
-            the compressed row format. Tables using the compressed row
-            format with MyISAM are read-only.
-          </para>
-        </listitem>
-
-      </itemizedlist>
-
     </section>
 
     <section id="storage-engine-compare-transactions">


Modified: trunk/refman-5.2/storage-engines.xml
===================================================================
--- trunk/refman-5.2/storage-engines.xml	2007-09-10 21:28:30 UTC (rev 7779)
+++ trunk/refman-5.2/storage-engines.xml	2007-09-11 09:13:09 UTC (rev 7780)
Changed blocks: 6, Lines Added: 62, Lines Deleted: 40; 4695 bytes

@@ -523,7 +523,15 @@
               <entry>Yes</entry>
               <entry>64TB</entry>
               <entry>No</entry>
-              <entry>384EB<superscript>[4]</superscript></entry>
+              <entry>384EB
+
+                <footnote>
+
+                  <para>
+                    EB = exabyte (1024 * 1024 terabyte)
+                  </para>
+
+                </footnote></entry>
             </row>
             <row>
               <entry>Transactions</entry>

@@ -550,14 +558,22 @@
               <entry>No</entry>
             </row>
             <row>
-              <entry>Geospatial support</entry>
+              <entry>Geospatial datatype support</entry>
               <entry>Yes</entry>
               <entry>No</entry>
-              <entry>Yes<superscript>[1]</superscript></entry>
-              <entry>Yes<superscript>[1]</superscript></entry>
-              <entry>Yes<superscript>[1]</superscript></entry>
+              <entry>Yes</entry>
+              <entry>Yes</entry>
+              <entry>Yes</entry>
             </row>
             <row>
+              <entry>Geospatial indexing support</entry>
+              <entry>Yes</entry>
+              <entry>No</entry>
+              <entry>No</entry>
+              <entry>No</entry>
+              <entry>No</entry>
+            </row>
+            <row>
               <entry>B-tree indexes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -607,14 +623,33 @@
             </row>
             <row>
               <entry>Compressed data</entry>
-              <entry>Yes</entry>
+              <entry>Yes
+
+                <footnote>
+
+                  <para>
+                    Compressed MyISAM tables are only supported when
+                    using the compressed row format. Tables using the
+                    compressed row format with MyISAM are read-only.
+                  </para>
+
+                </footnote></entry>
               <entry>No</entry>
               <entry>No</entry>
               <entry>Yes</entry>
               <entry>No</entry>
             </row>
             <row>
-              <entry>Encrypted data<superscript>[2]</superscript></entry>
+              <entry>Encrypted data
+
+                <footnote>
+
+                  <para>
+                    Implemented in the server (via encryption
+                    functions), rather than in the storage engine.
+                  </para>
+
+                </footnote></entry>
               <entry>Yes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -630,7 +665,16 @@
               <entry>Yes</entry>
             </row>
             <row>
-              <entry>Replication support<superscript>[3]</superscript></entry>
+              <entry>Replication support
+
+                <footnote>
+
+                  <para>
+                    Implemented in the server, rather than in the
+                    storage engine
+                  </para>
+
+                </footnote></entry>
               <entry>Yes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -646,7 +690,16 @@
               <entry>No</entry>
             </row>
             <row>
-              <entry>Backup / point-in-time recovery<superscript>[3]</superscript></entry>
+              <entry>Backup / point-in-time recovery
+
+                <footnote>
+
+                  <para>
+                    Implemented in the server, rather than in the
+                    storage engine
+                  </para>
+
+                </footnote></entry>
               <entry>Yes</entry>
               <entry>Yes</entry>
               <entry>Yes</entry>

@@ -673,37 +726,6 @@
         </tgroup>
       </informaltable>
 
-      <itemizedlist>
-
-        <listitem>
-          <para>
-            [1] Storage engine supports spatial data types but no
-            indexing of such data
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            [2] Implemented in the server (via encryption functions),
-            rather than in the storage engine
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            [3] Implemented in the server, rather than in the storage
-            engine
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            [4] EB = exabyte (1024 * 1024 terabyte)
-          </para>
-        </listitem>
-
-      </itemizedlist>
-
     </section>
 
     <section id="storage-engine-compare-transactions">


Thread
svn commit - mysqldoc@docsrva: r7780 - in trunk: refman-5.1 refman-5.2mcbrown11 Sep