List:Commits« Previous MessageNext Message »
From:jon Date:June 2 2006 5:37am
Subject:svn commit - mysqldoc@docsrva: r2253 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-06-02 07:37:52 +0200 (Fri, 02 Jun 2006)
New Revision: 2253

Log:

Fix for Docs Bug #20071 (errors in description of I_S.FILES columns).



Modified:
   trunk/refman-5.1/information-schema.xml

Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2006-06-02 05:30:33 UTC (rev 2252)
+++ trunk/refman-5.1/information-schema.xml	2006-06-02 05:37:52 UTC (rev 2253)
@@ -4334,10 +4334,9 @@
 
       <listitem>
         <para>
-          For an <literal>UNDO</literal> logfile,
-          <literal>LOGFILE_GROUP_NAME</literal> gives the name of the
-          logfile group to which the logfile belongs. For a datafile,
-          this column is empty.
+          The <literal>LOGFILE_GROUP_NAME</literal> column gives the
+          name of the logfile group to which the logfile or datafile
+          belongs.
         </para>
       </listitem>
 
@@ -4354,7 +4353,7 @@
         <para>
           For a MySQL Cluster Disk Data logfile or datafile, the value
           of the <literal>ENGINE</literal> column is always
-          <literal>NDB</literal>.
+          <literal>NDB</literal> or <literal>NDBCLUSTER</literal>.
         </para>
       </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r2253 - trunk/refman-5.1jon2 Jun