List:Internals« Previous MessageNext Message »
From:Paul DuBois Date:October 12 2005 10:39pm
Subject:Re: svn commit - mysqldoc@docsrva: r36 - trunk/refman-5.1
View as plain text  
At 7:04 +1000 10/13/05, Jon Stephens wrote:
>mhillyer@stripped wrote:
>>Author: mhillyer
>>Date: 2005-10-12 17:12:46 +0200 (Wed, 12 Oct 2005)
>>New Revision: 36
>>
>>Log:
>>Fix typo in partitioning range section.
>
>What typo? The old and new versions of the lines appear identical to me.

Paren vs. curly brace: ( vs {


>
>(Note: I use UTF-8 for everything on my system, including editing 
>RefMan, which I assume is The Way It Should Be.)
>
>>
>>Modified:
>>    trunk/refman-5.1/partitioning.xml
>>
>>Modified: trunk/refman-5.1/partitioning.xml
>>===================================================================
>>--- trunk/refman-5.1/partitioning.xml	2005-10-12 14:08:24 UTC (rev 35)
>>+++ trunk/refman-5.1/partitioning.xml	2005-10-12 15:12:46 UTC (rev 36)
>>@@ -413,7 +413,7 @@
>>  )
>>  PARTITION BY RANGE (store_id) (
>>      PARTITION p0 VALUES LESS THAN (6),
>>-    PARTITION p1 VALUES LESS THAN {11),
>>+    PARTITION p1 VALUES LESS THAN (11),
>>      PARTITION p2 VALUES LESS THAN (16),
>>      PARTITION p3 VALUES LESS THAN MAXVALUE
>>  );
>>@@ -456,7 +456,7 @@
>>  )
>>  PARTITION BY RANGE (job_code) (
>>      PARTITION p0 VALUES LESS THAN (100),
>>-    PARTITION p1 VALUES LESS THAN {1000),
>>+    PARTITION p1 VALUES LESS THAN (1000),
>>      PARTITION p2 VALUES LESS THAN (10000)
>>  );
>>  </programlisting>
>>@@ -505,7 +505,7 @@
>>  )
>>  PARTITION BY RANGE (YEAR(separated)) (
>>      PARTITION p0 VALUES LESS THAN (1991),
>>-    PARTITION p1 VALUES LESS THAN {1996),
>>+    PARTITION p1 VALUES LESS THAN (1996),
>>      PARTITION p2 VALUES LESS THAN (2001),
>>      PARTITION p3 VALUES LESS THAN MAXVALUE
>>  );
>>
>
>
>--
>Jon Stephens - jon@stripped
>Technical Writer - MySQL Documentation Team
>Brisbane, Australia (GMT +10.00)
>Office: +61 (7) 3388 2228
>Mobile: +61 402 635 784
>MySQL AB: www.mysql.com


-- 
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
Thread
Re: svn commit - mysqldoc@docsrva: r36 - trunk/refman-5.1Jon Stephens12 Oct
  • Re: svn commit - mysqldoc@docsrva: r36 - trunk/refman-5.1Jon Stephens12 Oct
  • Re: svn commit - mysqldoc@docsrva: r36 - trunk/refman-5.1Paul DuBois13 Oct