Author: paul
Date: 2006-05-22 17:09:34 +0200 (Mon, 22 May 2006)
New Revision: 2147
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:4886
+ 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:4886
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2006-05-22 15:05:17 UTC (rev 2146)
+++ trunk/refman-4.1/sql-syntax.xml 2006-05-22 15:09:34 UTC (rev 2147)
@@ -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 15:05:17 UTC (rev 2146)
+++ trunk/refman-5.0/sql-syntax.xml 2006-05-22 15:09:34 UTC (rev 2147)
@@ -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 15:05:17 UTC (rev 2146)
+++ trunk/refman-5.1/sql-syntax.xml 2006-05-22 15:09:34 UTC (rev 2147)
@@ -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: r2147 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 22 May |