List:Commits« Previous MessageNext Message »
From:jon Date:October 14 2008 2:52pm
Subject:svn commit - mysqldoc@docsrva: r12056 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-10-14 14:52:49 +0200 (Tue, 14 Oct 2008)
New Revision: 12056

Log:

Removed 'partitioning in all binaries' claim that's no longer true

(Thanks, Elena and Danny!)



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-10-14 10:45:38 UTC (rev 12055)
+++ trunk/refman-5.1/partitioning.xml	2008-10-14 12:52:49 UTC (rev 12056)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 13; 1901 bytes

@@ -258,20 +258,10 @@
     </indexterm>
 
     <para>
-      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>
+      You can determine whether your MySQL server supports partitioning
+      by means of a <literal>SHOW VARIABLES</literal> command such as
+      this one:
 
-    <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>
 

@@ -300,6 +290,19 @@
     </note>
 
     <para>
+      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).
+    </para>
+
+    <para>
       For creating partitioned tables, you can use most storage engines
       that are supported by your MySQL server; the MySQL partitioning
       engine runs in a separate layer and can interact with any of


Modified: trunk/refman-6.0/partitioning.xml
===================================================================
--- trunk/refman-6.0/partitioning.xml	2008-10-14 10:45:38 UTC (rev 12055)
+++ trunk/refman-6.0/partitioning.xml	2008-10-14 12:52:49 UTC (rev 12056)
Changed blocks: 3, Lines Added: 18, Lines Deleted: 15; 2221 bytes

@@ -239,20 +239,10 @@
     </indexterm>
 
     <para>
-      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>
+      You can determine whether your MySQL server supports partitioning
+      by means of a <literal>SHOW VARIABLES</literal> command such as
+      this one:
 
-    <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>
 

@@ -274,6 +264,19 @@
     </para>
 
     <para>
+      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).
+    </para>
+
+    <para>
       For creating partitioned tables, you can use most storage engines
       that are supported by your MySQL server; the MySQL partitioning
       engine runs in a separate layer and can interact with any of

@@ -289,8 +292,8 @@
     <note>
       <para>
         MySQL partitioning cannot be used with the
-        <literal>MERGE</literal>, <literal>CSV</literal>, or
-        <literal>FEDERATED</literal> storage engines.
+        <literal>MERGE</literal> or <literal>CSV</literal>
storage
+        engines.
       </para>
     </note>
 


Thread
svn commit - mysqldoc@docsrva: r12056 - in trunk: refman-5.1 refman-6.0jon14 Oct