List:Commits« Previous MessageNext Message »
From:jon Date:March 25 2008 5:44pm
Subject:svn commit - mysqldoc@docsrva: r10341 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-03-25 18:44:28 +0100 (Tue, 25 Mar 2008)
New Revision: 10341

Log:

Removed dated reference to -max binaries.



Modified:
   trunk/refman-5.1/partitioning.xml
   trunk/refman-6.0/partitioning.xml


Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2008-03-25 15:17:41 UTC (rev 10340)
+++ trunk/refman-5.1/partitioning.xml	2008-03-25 17:44:28 UTC (rev 10341)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 9; 1835 bytes

@@ -249,17 +249,20 @@
     </indexterm>
 
     <para>
-      Partitioning support is included in the <literal>-max</literal>
-      releases of MySQL &current-series; (that is, &current-series;
-      <literal>-max</literal> binaries are built using
-      <option>--with-partition</option>). If the MySQL binary is built
-      with partitioning support, nothing further needs to be done in
-      order to enable it (for example, no special entries are required
-      in your <filename>my.cnf</filename> file). You can determine
-      whether your MySQL server supports partitioning by means of a
-      <literal>SHOW VARIABLES</literal> command such as this one:
+      Partitioning support is included in all binary releases of MySQL
+      &current-series;. If you are compiling MySQL &current-series; from
+      source, the build must be configured using
+      <option>--with-partition</option> to enable partitioning.
     </para>
 
+    <para>
+      If the MySQL binary is built with partitioning support, nothing
+      further needs to be done in order to enable it (for example, no
+      special entries are required in your <filename>my.cnf</filename>
+      file). You can determine whether your MySQL server supports
+      partitioning by means of a <literal>SHOW VARIABLES</literal>
+      command such as this one:
+
 <programlisting>
 mysql&gt; <userinput>SHOW VARIABLES LIKE '%partition%';</userinput>
 

@@ -270,6 +273,7 @@
 +-------------------+-------+
 1 row in set (0.00 sec)
 </programlisting>
+    </para>
 
     <para>
       If you do not see the <literal>have_partitioning</literal>


Modified: trunk/refman-6.0/partitioning.xml
===================================================================
--- trunk/refman-6.0/partitioning.xml	2008-03-25 15:17:41 UTC (rev 10340)
+++ trunk/refman-6.0/partitioning.xml	2008-03-25 17:44:28 UTC (rev 10341)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 9; 1835 bytes

@@ -230,17 +230,20 @@
     </indexterm>
 
     <para>
-      Partitioning support is included in the <literal>-max</literal>
-      releases of MySQL &current-series; (that is, &current-series;
-      <literal>-max</literal> binaries are built using
-      <option>--with-partition</option>). If the MySQL binary is built
-      with partitioning support, nothing further needs to be done in
-      order to enable it (for example, no special entries are required
-      in your <filename>my.cnf</filename> file). You can determine
-      whether your MySQL server supports partitioning by means of a
-      <literal>SHOW VARIABLES</literal> command such as this one:
+      Partitioning support is included in all binary releases of MySQL
+      &current-series;. If you are compiling MySQL &current-series; from
+      source, the build must be configured using
+      <option>--with-partition</option> to enable partitioning.
     </para>
 
+    <para>
+      If the MySQL binary is built with partitioning support, nothing
+      further needs to be done in order to enable it (for example, no
+      special entries are required in your <filename>my.cnf</filename>
+      file). You can determine whether your MySQL server supports
+      partitioning by means of a <literal>SHOW VARIABLES</literal>
+      command such as this one:
+
 <programlisting>
 mysql&gt; <userinput>SHOW VARIABLES LIKE '%partition%';</userinput>
 

@@ -251,6 +254,7 @@
 +-------------------+-------+
 1 row in set (0.00 sec)
 </programlisting>
+    </para>
 
     <para>
       If you do not see the <literal>have_partitioning</literal>


Thread
svn commit - mysqldoc@docsrva: r10341 - in trunk: refman-5.1 refman-6.0jon25 Mar