List:Commits« Previous MessageNext Message »
From:mcbrown Date:March 27 2007 7:38am
Subject:svn commit - mysqldoc@docsrva: r5570 - trunk/refman-4.1
View as plain text  
Author: mcbrown
Date: 2007-03-27 09:38:52 +0200 (Tue, 27 Mar 2007)
New Revision: 5570

Log:
Adding summary table to the 4.1 manual



Modified:
   trunk/refman-4.1/dba-core.xml


Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml	2007-03-27 00:49:50 UTC (rev 5569)
+++ trunk/refman-4.1/dba-core.xml	2007-03-27 07:38:52 UTC (rev 5570)
Changed blocks: 1, Lines Added: 39, Lines Deleted: 0; 2020 bytes

@@ -399,6 +399,45 @@
 
       </refsection>
 
+      <refsection id="mysqld-option-tables">
+
+        <title>Option and Variable Reference</title>
+
+        <para>
+          The following table provides a list of all the command line
+          options, server and status variables applicable within
+          <literal>mysqld</literal>.
+        </para>
+
+        <para>
+          The table lists command line options (Cmd-line), options valid
+          in configuration files (Option file), server system variables
+          (Server Var), and status variables (Status var) in one unified
+          list, with notification of where each option/variable is
+          valid. If a server option set on the command line or in an
+          option file differs from the name of the corresponding server
+          system or status variable, the variable name is noted
+          immediately below the corresponding option. For status
+          variables, the scope of the variable is shown (Scope) as
+          either global, session, or both. Please see the corresponding
+          sections for details on setting and using the options and
+          variables. Where appropriate, a direct link to further
+          information on the item as available.
+        </para>
+
+        <note>
+          <para>
+            This table is part of an ongoing process to expand and
+            simplify the information provided on these elements. Further
+            improvements to the table, and corresponding descriptions
+            will be applied over the coming months.
+          </para>
+        </note>
+
+        <xi:include href="dba-optvars-table.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+      </refsection>
+
       <refsection id="server-options">
 
         <title>Command Options</title>


Thread
svn commit - mysqldoc@docsrva: r5570 - trunk/refman-4.1mcbrown27 Mar