List:Commits« Previous MessageNext Message »
From:jon.stephens Date:September 21 2009 1:54pm
Subject:svn commit - mysqldoc@docsrva: r16699 - in trunk: refman-5.1 refman-5.4 refman-6.0.sav
View as plain text  
Author: jstephens
Date: 2009-09-21 15:54:14 +0200 (Mon, 21 Sep 2009)
New Revision: 16699

Log:

Wrong option name (Thanks, Paul!)



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


Modified: trunk/refman-5.1/partitioning.xml
===================================================================
--- trunk/refman-5.1/partitioning.xml	2009-09-21 13:52:41 UTC (rev 16698)
+++ trunk/refman-5.1/partitioning.xml	2009-09-21 13:54:14 UTC (rev 16699)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 728 bytes

@@ -113,7 +113,7 @@
     If you want to disable partitioning support, you can start the MySQL
     Server with the <option role="mysqld">--skip-partition</option>
     option, in which case the value of
-    <literal role="sysvar">have_partition</literal> is
+    <literal role="sysvar">have_partitioning</literal> is
     <literal>DISABLED</literal>. However, if you do this, you cannot
     access any partitioned tables until the server is once again
     restarted without the


Modified: trunk/refman-5.4/partitioning.xml
===================================================================
--- trunk/refman-5.4/partitioning.xml	2009-09-21 13:52:41 UTC (rev 16698)
+++ trunk/refman-5.4/partitioning.xml	2009-09-21 13:54:14 UTC (rev 16699)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 728 bytes

@@ -106,7 +106,7 @@
     If you want to disable partitioning support, you can start the MySQL
     Server with the <option role="mysqld">--skip-partition</option>
     option, in which case the value of
-    <literal role="sysvar">have_partition</literal> is
+    <literal role="sysvar">have_partitioning</literal> is
     <literal>DISABLED</literal>. However, if you do this, you cannot
     access any partitioned tables until the server is once again
     restarted without the


Modified: trunk/refman-6.0.sav/partitioning.xml
===================================================================
--- trunk/refman-6.0.sav/partitioning.xml	2009-09-21 13:52:41 UTC (rev 16698)
+++ trunk/refman-6.0.sav/partitioning.xml	2009-09-21 13:54:14 UTC (rev 16699)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 740 bytes

@@ -106,7 +106,7 @@
     If you want to disable partitioning support, you can start the MySQL
     Server with the <option role="mysqld">--skip-partition</option>
     option, in which case the value of
-    <literal role="sysvar">have_partition</literal> is
+    <literal role="sysvar">have_partitioning</literal> is
     <literal>DISABLED</literal>. However, if you do this, you cannot
     access any partitioned tables until the server is once again
     restarted without the


Thread
svn commit - mysqldoc@docsrva: r16699 - in trunk: refman-5.1 refman-5.4 refman-6.0.savjon.stephens21 Sep