List:Commits« Previous MessageNext Message »
From:mcbrown Date:December 18 2007 11:30am
Subject:svn commit - mysqldoc@docsrva: r9369 - in trunk: quick-guides tools/MySQL/DynXML
View as plain text  
Author: mcbrown
Date: 2007-12-18 12:30:38 +0100 (Tue, 18 Dec 2007)
New Revision: 9369

Log:
Some column modifications (as suggested by Magnus)



Modified:
   trunk/quick-guides/mysqld-optvar-core.xml
   trunk/tools/MySQL/DynXML/Optvar.pm


Modified: trunk/quick-guides/mysqld-optvar-core.xml
===================================================================
--- trunk/quick-guides/mysqld-optvar-core.xml	2007-12-18 05:25:41 UTC (rev 9368)
+++ trunk/quick-guides/mysqld-optvar-core.xml	2007-12-18 11:30:38 UTC (rev 9369)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1132 bytes

@@ -28,7 +28,7 @@
 
     <listitem>
       <para>
-        <emphasis role="bold">In</emphasis> &mdash; the version in which
+        <emphasis role="bold">Intr</emphasis> &mdash; the version in which
         the option or variable was introduced in
         <literal>mysqld</literal>
       </para>

@@ -36,7 +36,7 @@
 
     <listitem>
       <para>
-        <emphasis role="bold">Dep</emphasis> &mdash; the version of
+        <emphasis role="bold">Depr</emphasis> &mdash; the version of
         <literal>mysqld</literal> in which the option or variable was
         deprecated.
       </para>

@@ -51,7 +51,7 @@
 
     <listitem>
       <para>
-        <emphasis role="bold">File</emphasis> &mdash; indicates whether
+        <emphasis role="bold">Cnf</emphasis> &mdash; indicates whether
         the option is valid within a configuration file.
       </para>
     </listitem>


Modified: trunk/tools/MySQL/DynXML/Optvar.pm
===================================================================
--- trunk/tools/MySQL/DynXML/Optvar.pm	2007-12-18 05:25:41 UTC (rev 9368)
+++ trunk/tools/MySQL/DynXML/Optvar.pm	2007-12-18 11:30:38 UTC (rev 9369)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1079 bytes

@@ -330,13 +330,13 @@
 <thead>
 <row>
 <entry><emphasis role="bold">Name</emphasis></entry>
-<entry><emphasis role="bold">In</emphasis></entry>
-<entry><emphasis role="bold">Dep</emphasis></entry>
+<entry><emphasis role="bold">Intr</emphasis></entry>
+<entry><emphasis role="bold">Depr</emphasis></entry>
 <entry><emphasis role="bold">Cmd</emphasis></entry>
-<entry><emphasis role="bold">File</emphasis></entry>
+<entry><emphasis role="bold">Cnf</emphasis></entry>
 <entry><emphasis role="bold">Srvr</emphasis></entry>
 <entry><emphasis role="bold">Stat</emphasis></entry>
-<entry><emphasis role="bold">Scp</emphasis></entry>
+<entry><emphasis role="bold">Scope</emphasis></entry>
 <entry><emphasis role="bold">Dyn</emphasis></entry>
 <entry><emphasis role="bold">4.1</emphasis></entry>
 <entry><emphasis role="bold">5.0</emphasis></entry>


Thread
svn commit - mysqldoc@docsrva: r9369 - in trunk: quick-guides tools/MySQL/DynXMLmcbrown18 Dec