List:Commits« Previous MessageNext Message »
From:paul Date:March 8 2008 5:34pm
Subject:svn commit - mysqldoc@docsrva: r10174 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-03-08 18:34:41 +0100 (Sat, 08 Mar 2008)
New Revision: 10174

Log:
 r29826@frost:  paul | 2008-03-08 11:32:05 -0600
 Various minor cleanups


Modified:
   trunk/it/refman-5.1/sql-syntax.xml
   trunk/pt/refman-5.1/sql-syntax.xml
   trunk/refman-4.1/sql-syntax.xml
   trunk/refman-5.0/sql-syntax.xml
   trunk/refman-5.1/partitioning-guide.xml
   trunk/refman-5.1/sql-syntax.xml
   trunk/refman-6.0/partitioning-guide.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:29825
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29983
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29826
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29983


Modified: trunk/it/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/it/refman-5.1/sql-syntax.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/it/refman-5.1/sql-syntax.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 657 bytes

@@ -4917,7 +4917,7 @@
 
       <important>
         <para>
-          The original <literal>CREATE TABLE</literal> statament,
+          The original <literal>CREATE TABLE</literal> statement,
           including all specifications and table options are stored by
           MySQL when the table is created. The information is retained
           so that if you change storage engines, collations or other


Modified: trunk/pt/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/pt/refman-5.1/sql-syntax.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/pt/refman-5.1/sql-syntax.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 657 bytes

@@ -4917,7 +4917,7 @@
 
       <important>
         <para>
-          The original <literal>CREATE TABLE</literal> statament,
+          The original <literal>CREATE TABLE</literal> statement,
           including all specifications and table options are stored by
           MySQL when the table is created. The information is retained
           so that if you change storage engines, collations or other


Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/refman-4.1/sql-syntax.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 648 bytes

@@ -2843,7 +2843,7 @@
 
       <important>
         <para>
-          The original <literal>CREATE TABLE</literal> statament,
+          The original <literal>CREATE TABLE</literal> statement,
           including all specifications and table options are stored by
           MySQL when the table is created. The information is retained
           so that if you change storage engines, collations or other


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/refman-5.0/sql-syntax.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 648 bytes

@@ -2907,7 +2907,7 @@
 
       <important>
         <para>
-          The original <literal>CREATE TABLE</literal> statament,
+          The original <literal>CREATE TABLE</literal> statement,
           including all specifications and table options are stored by
           MySQL when the table is created. The information is retained
           so that if you change storage engines, collations or other


Modified: trunk/refman-5.1/partitioning-guide.xml
===================================================================
--- trunk/refman-5.1/partitioning-guide.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/refman-5.1/partitioning-guide.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 807 bytes

@@ -5934,7 +5934,7 @@
       <para>
         <literal>REMOVE PARTITIONING</literal> was introduced in MySQL
         5.1.8 for the purpose of removing a table's partitioning without
-        otherwise affecting the table or its data. (Previously. this was
+        otherwise affecting the table or its data. (Previously, this was
         done using the <literal>ENGINE </literal> option.) This option
         can be combined with other <literal>ALTER TABLE</literal>
         options such as those used to add, drop, or rename drop columns


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/refman-5.1/sql-syntax.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 4, Lines Added: 5, Lines Deleted: 6; 1965 bytes

@@ -1773,7 +1773,7 @@
             <literal>REMOVE PARTITIONING</literal> was introduced in
             MySQL 5.1.8 for the purpose of removing a table's
             partitioning without otherwise affecting the table or its
-            data. (Previously. this was done using the <literal>ENGINE
+            data. (Previously, this was done using the <literal>ENGINE
             </literal> option.) This option can be combined with other
             <literal>ALTER TABLE</literal> options such as those used to
             add, drop, or rename drop columns or indexes.

@@ -2503,9 +2503,9 @@
       </para>
 
       <para>
-        Following the index column list, index options can be given. An
-        <replaceable>index_option</replaceable> value can be any of the
-        following:
+        As of MySQL 5.1.10, index options can be given following the
+        index column list. An <replaceable>index_option</replaceable>
+        value can be any of the following:
       </para>
 
       <itemizedlist>

@@ -2521,7 +2521,6 @@
             size to use for index key blocks. The engine is allowed to
             change the value if necessary. A value of 0 indicates that
             the default value should be used.
-            <literal>KEY_BLOCK_SIZE</literal> was added in MySQL 5.1.10.
           </para>
         </listitem>
 

@@ -4917,7 +4916,7 @@
 
       <important>
         <para>
-          The original <literal>CREATE TABLE</literal> statament,
+          The original <literal>CREATE TABLE</literal> statement,
           including all specifications and table options are stored by
           MySQL when the table is created. The information is retained
           so that if you change storage engines, collations or other


Modified: trunk/refman-6.0/partitioning-guide.xml
===================================================================
--- trunk/refman-6.0/partitioning-guide.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/refman-6.0/partitioning-guide.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 798 bytes

@@ -5835,7 +5835,7 @@
       <para>
         <literal>REMOVE PARTITIONING</literal> was introduced for the
         purpose of removing a table's partitioning without otherwise
-        affecting the table or its data. (Previously. this was done
+        affecting the table or its data. (Previously, this was done
         using the <literal>ENGINE</literal> option.) This option can be
         combined with other <literal>ALTER TABLE</literal> options such
         as those used to add, drop, or rename drop columns or indexes.


Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml	2008-03-08 17:34:29 UTC (rev 10173)
+++ trunk/refman-6.0/sql-syntax.xml	2008-03-08 17:34:41 UTC (rev 10174)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 889 bytes

@@ -4820,7 +4820,7 @@
 
       <important>
         <para>
-          The original <literal>CREATE TABLE</literal> statament,
+          The original <literal>CREATE TABLE</literal> statement,
           including all specifications and table options are stored by
           MySQL when the table is created. The information is retained
           so that if you change storage engines, collations or other

@@ -11667,7 +11667,7 @@
 </programlisting>
 
         <para>
-          The syntax for index hints is extended in the following ways:
+          The syntax for index hints has the following characteristics:
         </para>
 
         <itemizedlist>


Thread
svn commit - mysqldoc@docsrva: r10174 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0paul8 Mar