List:Commits« Previous MessageNext Message »
From:jon Date:October 12 2008 10:16am
Subject:svn commit - mysqldoc@docsrva: r12045 - in trunk: refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-10-12 10:16:58 +0200 (Sun, 12 Oct 2008)
New Revision: 12045

Log:

Fixed bad analogy (Thanks, Shane!)



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-11 11:12:52 UTC (rev 12044)
+++ trunk/refman-5.1/partitioning.xml	2008-10-12 08:16:58 UTC (rev 12045)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 699 bytes

@@ -809,8 +809,8 @@
         that each partition is defined in order, from lowest to highest.
         This is a requirement of the <literal>PARTITION BY
         RANGE</literal> syntax; you can think of it as being analogous
-        to a <literal>switch ... case</literal> in C or Java in this
-        regard.
+        to a series of <literal>if ... elseif ...</literal> statements
+        in C or Java in this regard.
       </para>
 
       <para>


Modified: trunk/refman-6.0/partitioning.xml
===================================================================
--- trunk/refman-6.0/partitioning.xml	2008-10-11 11:12:52 UTC (rev 12044)
+++ trunk/refman-6.0/partitioning.xml	2008-10-12 08:16:58 UTC (rev 12045)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 699 bytes

@@ -772,8 +772,8 @@
         that each partition is defined in order, from lowest to highest.
         This is a requirement of the <literal>PARTITION BY
         RANGE</literal> syntax; you can think of it as being analogous
-        to a <literal>switch ... case</literal> in C or Java in this
-        regard.
+        to a series of <literal>if ... elseif ...</literal> statements
+        in C or Java in this regard.
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r12045 - in trunk: refman-5.1 refman-6.0jon12 Oct