List:Commits« Previous MessageNext Message »
From:jon Date:September 14 2006 11:13am
Subject:svn commit - mysqldoc@docsrva: r3356 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-09-14 11:13:44 +0200 (Thu, 14 Sep 2006)
New Revision: 3356

Log:

HASH, not RANGE, in ALTER TABLE example

Fixes Docs Bug #22126



Modified:
   trunk/refman-5.1/sql-syntax.xml


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-09-14 08:39:58 UTC (rev 3355)
+++ trunk/refman-5.1/sql-syntax.xml	2006-09-14 09:13:44 UTC (rev 3356)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 675 bytes

@@ -875,9 +875,9 @@
 </programlisting>
 
           <para>
-            This table can be partitioned by <literal>RANGE</literal>
+            This table can be partitioned by <literal>HASH</literal>,
             using the <literal>id</literal> column as the partitioning
-            key into 8 partitions by means of this statement:
+            key, into 8 partitions by means of this statement:
           </para>
 
 <programlisting>


Thread
svn commit - mysqldoc@docsrva: r3356 - trunk/refman-5.1jon14 Sep