List:Commits« Previous MessageNext Message »
From:jon Date:October 27 2008 6:01pm
Subject:svn commit - mysqldoc@docsrva: r12163 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2008-10-27 19:01:38 +0100 (Mon, 27 Oct 2008)
New Revision: 12163

Log:

Added link from mysql-cluster-disk-data-storage-requirements to
files-table (JohanA)

Fixed some misleading version references in files-table



Modified:
   trunk/refman-5.1/information-schema.xml
   trunk/refman-5.1/mysql-cluster-disk-data.xml


Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2008-10-27 17:32:44 UTC (rev 12162)
+++ trunk/refman-5.1/information-schema.xml	2008-10-27 18:01:38 UTC (rev 12163)
Changed blocks: 6, Lines Added: 14, Lines Deleted: 14; 3120 bytes

@@ -4880,7 +4880,7 @@
 
       <listitem>
         <para>
-          In MySQL 5.1, the value of the
+          Currently, the value of the
           <literal>TABLESPACE_CATALOG</literal> column is always
           <literal>NULL</literal>.
         </para>

@@ -5007,7 +5007,7 @@
         </para>
 
         <para>
-          For MySQL 5.1 Cluster Disk Data files, the value of the
+          For MySQL Cluster Disk Data files, the value of the
           <literal>MAXIMUM_SIZE</literal> column is always the same as
           <literal>INITIAL_SIZE</literal>, and the
           <literal>AUTOEXTEND_SIZE</literal> column is always empty.

@@ -5044,8 +5044,8 @@
 
       <listitem>
         <para>
-          For MySQL 5.1 Cluster Disk Data files, the following columns
-          are always <literal>NULL</literal>:
+          For MySQL Cluster Disk Data files, the following columns are
+          always <literal>NULL</literal>:
         </para>
 
         <itemizedlist>

@@ -5189,13 +5189,13 @@
           always <literal>0</literal>, that of the
           <literal>FILE_TYPE</literal> column is always <literal>UNDO
           FILE</literal>, and that of the <literal>STATUS</literal>
-          column is always <literal>NORMAL</literal>. In MySQL
-          &current-series; the value of the <literal>ENGINE</literal>
-          column is always <literal>ndbcluster</literal>.
+          column is always <literal>NORMAL</literal>. Currently, the
+          value of the <literal>ENGINE</literal> column is always
+          <literal>ndbcluster</literal>.
         </para>
 
         <para>
-          This row shows in the <literal>FREE_EXTENTS</literal> column
+          The <literal>FREE_EXTENTS</literal> column in this row shows
           the total number of free extents available to all undo files
           belonging to a given log file group whose name and number are
           shown in the <literal>LOGFILE_GROUP_NAME</literal> and

@@ -5295,9 +5295,9 @@
 </programlisting>
 
         <para>
-          If you create a Disk Data table and then insert some rows into
-          it, you can see approximately how much space remains for undo
-          logging afterwards, for example:
+          If you create a MySQL Cluster Disk Data table and then insert
+          some rows into it, you can see approximately how much space
+          remains for undo logging afterwards, for example:
         </para>
 
 <programlisting>

@@ -5348,9 +5348,9 @@
 
       <listitem>
         <para>
-          For additional examples using the <literal>FILES</literal>
-          table to obtain information about Cluster Disk Data tables,
-          see <xref linkend="mysql-cluster-disk-data"/>.
+          For additional information, and examples of creating and
+          dropping MySQL Cluster Disk Data objects, see
+          <xref linkend="mysql-cluster-disk-data"/>.
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/mysql-cluster-disk-data.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-disk-data.xml	2008-10-27 17:32:44 UTC (rev 12162)
+++ trunk/refman-5.1/mysql-cluster-disk-data.xml	2008-10-27 18:01:38 UTC (rev 12163)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 802 bytes

@@ -672,6 +672,13 @@
             For general information about calculating these values, see
             <xref linkend="storage-requirements"/>.
           </para>
+
+          <para>
+            You can obtain an estimate the amount of space available in
+            data files and undo log files by querying the
+            <literal>INFORMATION_SCHEMA.FILES</literal> table. For more
+            information and examples, see <xref linkend="files-table"/>.
+          </para>
         </listitem>
 
         <listitem>


Thread
svn commit - mysqldoc@docsrva: r12163 - trunk/refman-5.1jon27 Oct