List:Commits« Previous MessageNext Message »
From:martin.brown Date:August 20 2009 10:27am
Subject:svn commit - mysqldoc@docsrva: r16204 - in trunk: dynamic-docs/command-optvars refman-5.1 refman-5.4 refman-6.0
View as plain text  
Author: mcbrown
Date: 2009-08-20 12:27:04 +0200 (Thu, 20 Aug 2009)
New Revision: 16204

Log:
Fixing Docs bugs: 

Bug #42285
Bug #43486



Modified:
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-5.1/installing-core.xml
   trunk/refman-5.4/installing-core.xml
   trunk/refman-6.0/installing-core.xml


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2009-08-20 09:06:38 UTC (rev 16203)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2009-08-20 10:27:04 UTC (rev 16204)
Changed blocks: 1, Lines Added: 27, Lines Deleted: 0; 1023 bytes

@@ -3305,6 +3305,33 @@
 
   </mysqloption>
 
+  <mysqloption section="server" id="federated">
+
+    <xrefto id="federated-storage-engine"/>
+
+    <name>federated</name>
+
+    <shortdescription lang="en">
+      Enables the FEDERATED storage engine
+    </shortdescription>
+
+    <types>
+      <optype class="cmdline" format="--federated" />
+      <optype class="mycnf"/>
+    </types>
+
+    <values vartype="numeric" platform="all"/>
+
+    <versions>
+      <introduced version="5.1.26"/>
+      <introduced version="6.0.7"/>
+      <manual version="5.1"/>
+      <manual version="5.4"/>
+      <manual version="6.0"/>
+    </versions>
+
+  </mysqloption>
+
   <mysqloption section="server" id="Flush_commands">
 
     <xrefto id="statvar_Flush_commands"/>


Modified: trunk/refman-5.1/installing-core.xml
===================================================================
--- trunk/refman-5.1/installing-core.xml	2009-08-20 09:06:38 UTC (rev 16203)
+++ trunk/refman-5.1/installing-core.xml	2009-08-20 10:27:04 UTC (rev 16204)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1071 bytes

@@ -2241,11 +2241,12 @@
       </itemizedlist>
 
       <para>
-        The Essentials package is recommended for most users. It is
-        provided as an <filename>.msi</filename> file for use with the
-        Windows Installer. The Complete and Noinstall distributions are
-        packaged as Zip archives. To use them, you must have a tool that
-        can unpack <filename>.zip</filename> files.
+        The Essentials package is recommended for most users. Both the
+        Essentials and Complete distributions are available as an
+        <filename>.msi</filename> file for use with the Windows
+        Installer. The Noinstall distribution is packaged as Zip
+        archives. To use Zip archives, you must have a tool that can
+        unpack <filename>.zip</filename> files.
       </para>
 
       <para>


Modified: trunk/refman-5.4/installing-core.xml
===================================================================
--- trunk/refman-5.4/installing-core.xml	2009-08-20 09:06:38 UTC (rev 16203)
+++ trunk/refman-5.4/installing-core.xml	2009-08-20 10:27:04 UTC (rev 16204)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1071 bytes

@@ -2241,11 +2241,12 @@
       </itemizedlist>
 
       <para>
-        The Essentials package is recommended for most users. It is
-        provided as an <filename>.msi</filename> file for use with the
-        Windows Installer. The Complete and Noinstall distributions are
-        packaged as Zip archives. To use them, you must have a tool that
-        can unpack <filename>.zip</filename> files.
+        The Essentials package is recommended for most users. Both the
+        Essentials and Complete distributions are available as an
+        <filename>.msi</filename> file for use with the Windows
+        Installer. The Noinstall distribution is packaged as Zip
+        archives. To use Zip archives, you must have a tool that can
+        unpack <filename>.zip</filename> files.
       </para>
 
       <para>


Modified: trunk/refman-6.0/installing-core.xml
===================================================================
--- trunk/refman-6.0/installing-core.xml	2009-08-20 09:06:38 UTC (rev 16203)
+++ trunk/refman-6.0/installing-core.xml	2009-08-20 10:27:04 UTC (rev 16204)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 5; 1071 bytes

@@ -2241,11 +2241,12 @@
       </itemizedlist>
 
       <para>
-        The Essentials package is recommended for most users. It is
-        provided as an <filename>.msi</filename> file for use with the
-        Windows Installer. The Complete and Noinstall distributions are
-        packaged as Zip archives. To use them, you must have a tool that
-        can unpack <filename>.zip</filename> files.
+        The Essentials package is recommended for most users. Both the
+        Essentials and Complete distributions are available as an
+        <filename>.msi</filename> file for use with the Windows
+        Installer. The Noinstall distribution is packaged as Zip
+        archives. To use Zip archives, you must have a tool that can
+        unpack <filename>.zip</filename> files.
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r16204 - in trunk: dynamic-docs/command-optvars refman-5.1 refman-5.4 refman-6.0martin.brown20 Aug