List:Commits« Previous MessageNext Message »
From:paul Date:May 8 2008 5:09pm
Subject:svn commit - mysqldoc@docsrva: r10699 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-05-08 19:09:56 +0200 (Thu, 08 May 2008)
New Revision: 10699

Log:
 r31262@frost:  paul | 2008-05-08 12:10:01 -0500
 Minor corrections about partitioning syntax


Modified:
   trunk/it/refman-5.1/sql-syntax.xml
   trunk/pt/refman-5.1/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml
   trunk/refman-6.0/sql-syntax.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31261
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31262
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182


Modified: trunk/it/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/it/refman-5.1/sql-syntax.xml	2008-05-08 17:09:44 UTC (rev 10698)
+++ trunk/it/refman-5.1/sql-syntax.xml	2008-05-08 17:09:56 UTC (rev 10699)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 7; 1501 bytes

@@ -4445,11 +4445,11 @@
       </important>
 
       <para>
-        If used, <replaceable>partition_options</replaceable> is
-        preceded by a <literal>PARTITION BY</literal> clause. This
-        clause contains the function that is used to determine the
-        partition; the function returns an integer value ranging from 1
-        to <replaceable>num</replaceable>, where
+        If used, a <replaceable>partition_options</replaceable> clause
+        begins with <literal>PARTITION BY</literal>. This clause
+        contains the function that is used to determine the partition;
+        the function returns an integer value ranging from 1 to
+        <replaceable>num</replaceable>, where
         <replaceable>num</replaceable> is the number of partitions. (The
         maximum number of user-defined partitions which a table may
         contain is 1024; the number of subpartitions &mdash; discussed

@@ -4826,8 +4826,7 @@
         <listitem>
           <para>
             An optional <literal>COMMENT</literal> clause may be used to
-            describe the partition. The comment must be set off in
-            single quotes. Example:
+            specify a string that describes the partition. Example:
           </para>
 
 <programlisting>


Modified: trunk/pt/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/pt/refman-5.1/sql-syntax.xml	2008-05-08 17:09:44 UTC (rev 10698)
+++ trunk/pt/refman-5.1/sql-syntax.xml	2008-05-08 17:09:56 UTC (rev 10699)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 7; 1501 bytes

@@ -4445,11 +4445,11 @@
       </important>
 
       <para>
-        If used, <replaceable>partition_options</replaceable> is
-        preceded by a <literal>PARTITION BY</literal> clause. This
-        clause contains the function that is used to determine the
-        partition; the function returns an integer value ranging from 1
-        to <replaceable>num</replaceable>, where
+        If used, a <replaceable>partition_options</replaceable> clause
+        begins with <literal>PARTITION BY</literal>. This clause
+        contains the function that is used to determine the partition;
+        the function returns an integer value ranging from 1 to
+        <replaceable>num</replaceable>, where
         <replaceable>num</replaceable> is the number of partitions. (The
         maximum number of user-defined partitions which a table may
         contain is 1024; the number of subpartitions &mdash; discussed

@@ -4826,8 +4826,7 @@
         <listitem>
           <para>
             An optional <literal>COMMENT</literal> clause may be used to
-            describe the partition. The comment must be set off in
-            single quotes. Example:
+            specify a string that describes the partition. Example:
           </para>
 
 <programlisting>


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2008-05-08 17:09:44 UTC (rev 10698)
+++ trunk/refman-5.1/sql-syntax.xml	2008-05-08 17:09:56 UTC (rev 10699)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 7; 1492 bytes

@@ -4445,11 +4445,11 @@
       </important>
 
       <para>
-        If used, <replaceable>partition_options</replaceable> is
-        preceded by a <literal>PARTITION BY</literal> clause. This
-        clause contains the function that is used to determine the
-        partition; the function returns an integer value ranging from 1
-        to <replaceable>num</replaceable>, where
+        If used, a <replaceable>partition_options</replaceable> clause
+        begins with <literal>PARTITION BY</literal>. This clause
+        contains the function that is used to determine the partition;
+        the function returns an integer value ranging from 1 to
+        <replaceable>num</replaceable>, where
         <replaceable>num</replaceable> is the number of partitions. (The
         maximum number of user-defined partitions which a table may
         contain is 1024; the number of subpartitions &mdash; discussed

@@ -4826,8 +4826,7 @@
         <listitem>
           <para>
             An optional <literal>COMMENT</literal> clause may be used to
-            describe the partition. The comment must be set off in
-            single quotes. Example:
+            specify a string that describes the partition. Example:
           </para>
 
 <programlisting>


Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml	2008-05-08 17:09:44 UTC (rev 10698)
+++ trunk/refman-6.0/sql-syntax.xml	2008-05-08 17:09:56 UTC (rev 10699)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 7; 1492 bytes

@@ -4358,11 +4358,11 @@
       </important>
 
       <para>
-        If used, <replaceable>partition_options</replaceable> is
-        preceded by a <literal>PARTITION BY</literal> clause. This
-        clause contains the function that is used to determine the
-        partition; the function returns an integer value ranging from 1
-        to <replaceable>num</replaceable>, where
+        If used, a <replaceable>partition_options</replaceable> clause
+        begins with <literal>PARTITION BY</literal>. This clause
+        contains the function that is used to determine the partition;
+        the function returns an integer value ranging from 1 to
+        <replaceable>num</replaceable>, where
         <replaceable>num</replaceable> is the number of partitions. (The
         maximum number of user-defined partitions which a table may
         contain is 1024; the number of subpartitions &mdash; discussed

@@ -4738,8 +4738,7 @@
         <listitem>
           <para>
             An optional <literal>COMMENT</literal> clause may be used to
-            describe the partition. The comment must be set off in
-            single quotes. Example:
+            specify a string that describes the partition. Example:
           </para>
 
 <programlisting>


Thread
svn commit - mysqldoc@docsrva: r10699 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0paul8 May