List:Commits« Previous MessageNext Message »
From:jon Date:May 30 2007 3:30pm
Subject:svn commit - mysqldoc@docsrva: r6608 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-05-30 17:30:38 +0200 (Wed, 30 May 2007)
New Revision: 6608

Log:

Reformat.



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


Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2007-05-30 15:27:32 UTC (rev 6607)
+++ trunk/refman-5.1/information-schema.xml	2007-05-30 15:30:38 UTC (rev 6608)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 5; 1191 bytes

@@ -5607,19 +5607,19 @@
           MySQL 5.1.12.
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Beginning with MySQL 5.1.19, the
           <literal>VARIABLE_VALUE</literal> column for each of these
           tables is defined as <literal>VARCHAR(20480)</literal>.
           Previously, this column had the data type
-          <literal>LONGTEXT</literal>; this was changed in order to
-          make these tables consistent with the
+          <literal>LONGTEXT</literal>; this was changed in order to make
+          these tables consistent with the
           <literal>GLOBAL_STATUS</literal> and
           <literal>SESSION_STATUS</literal> tables, whose definitions
-          had been changed in that version (see 
-          <xref linkend="status-table"/>). 
+          had been changed in that version (see
+          <xref linkend="status-table"/>).
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-05-30 15:27:32 UTC (rev 6607)
+++ trunk/refman-5.1/news-5.1.xml	2007-05-30 15:30:38 UTC (rev 6608)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 5; 1804 bytes

@@ -84,36 +84,41 @@
           TABLES</literal>. (Bug #26241)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           The data type used for the <literal>VARIABLE_VALUE</literal>
           column of the following INFORMATION_SCHEMA tables has been
           changed to <literal>VARCHAR</literal>:
-          
+
           <itemizedlist>
+
             <listitem>
               <para>
                 <literal>GLOBAL_STATUS</literal>
               </para>
             </listitem>
+
             <listitem>
               <para>
                 <literal>SESSION_STATUS</literal>
               </para>
             </listitem>
+
             <listitem>
               <para>
                 <literal>GLOBAL_VARIABLES</literal>
               </para>
             </listitem>
+
             <listitem>
               <para>
                 <literal>SESSION_VARIABLES</literal>
               </para>
             </listitem>
+
           </itemizedlist>
-          
+
           For more information, see <xref linkend="status-table"/>,
           <xref linkend="variables-table"/>, and Bug #26994
         </para>

@@ -7725,8 +7730,8 @@
             <command>mysqld</command> wait a specified amount of time to
             be connected to the cluster before starting to accept client
             connections. See
-            <link linkend="option_mysqld_ndb_wait_connected">here</link>, for
-            more information.
+            <link linkend="option_mysqld_ndb_wait_connected">here</link>,
+            for more information.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r6608 - trunk/refman-5.1jon30 May