List:Commits« Previous MessageNext Message »
From:paul Date:May 22 2006 4:39pm
Subject:svn commit - mysqldoc@docsrva: r2153 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-05-22 18:39:31 +0200 (Mon, 22 May 2006)
New Revision: 2153

Log:
 r7641@polar:  paul | 2006-05-19 13:12:51 -0500
 INDEX -> INDEX|KEY where appropriate
 type -> data_type


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


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7640
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10590
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:5310
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7641
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10590
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:5310

Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2006-05-22 16:38:39 UTC (rev 2152)
+++ trunk/refman-4.1/sql-syntax.xml	2006-05-22 16:39:31 UTC (rev 2153)
@@ -1485,8 +1485,8 @@
       </para>
 
       <para>
-        <replaceable>data_type</replaceable> represents the data type is
-        a column definition. <replaceable>spatial_type</replaceable>
+        <replaceable>data_type</replaceable> represents the data type is a
+        column definition. <replaceable>spatial_type</replaceable>
         represents a spatial data type. For general information on the
         properties of data types other than the spatial types, see
         <xref linkend="data-types"/>. For information about spatial data

Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2006-05-22 16:38:39 UTC (rev 2152)
+++ trunk/refman-5.0/sql-syntax.xml	2006-05-22 16:39:31 UTC (rev 2153)
@@ -1519,8 +1519,8 @@
       </para>
 
       <para>
-        <replaceable>data_type</replaceable> represents the data type is
-        a column definition. <replaceable>spatial_type</replaceable>
+        <replaceable>data_type</replaceable> represents the data type is a
+        column definition. <replaceable>spatial_type</replaceable>
         represents a spatial data type. For general information on the
         properties of data types other than the spatial types, see
         <xref linkend="data-types"/>. For information about spatial data

Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-05-22 16:38:39 UTC (rev 2152)
+++ trunk/refman-5.1/sql-syntax.xml	2006-05-22 16:39:31 UTC (rev 2153)
@@ -1882,7 +1882,7 @@
   | [CONSTRAINT [<replaceable>symbol</replaceable>]] UNIQUE [INDEX|KEY]
       [<replaceable>index_name</replaceable>] [<replaceable>index_type</replaceable>] (<replaceable>index_col_name</replaceable>,...)
       [<replaceable>index_option</replaceable> ...]
-  | {FULLTEXT|SPATIAL} [INDEX] [<replaceable>index_name</replaceable>] (<replaceable>index_col_name</replaceable>,...)
+  | {FULLTEXT|SPATIAL} [INDEX|KEY] [<replaceable>index_name</replaceable>] (<replaceable>index_col_name</replaceable>,...)
       [<replaceable>index_option</replaceable> ...]
   | [CONSTRAINT [<replaceable>symbol</replaceable>]] FOREIGN KEY
       [<replaceable>index_name</replaceable>] (<replaceable>index_col_name</replaceable>,...) [<replaceable>reference_definition</replaceable>]
@@ -2101,8 +2101,8 @@
       </para>
 
       <para>
-        <replaceable>data_type</replaceable> represents the data type is
-        a column definition. <replaceable>spatial_type</replaceable>
+        <replaceable>data_type</replaceable> represents the data type is a
+        column definition. <replaceable>spatial_type</replaceable>
         represents a spatial data type. For general information on the
         properties of data types other than the spatial types, see
         <xref linkend="data-types"/>. For information about spatial data

Thread
svn commit - mysqldoc@docsrva: r2153 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul22 May