Author: paul
Date: 2006-03-27 18:26:57 +0200 (Mon, 27 Mar 2006)
New Revision: 1687
Log:
r8983@frost: paul | 2006-03-27 09:56:37 -0600
Fold in proof corrections.
Modified:
trunk/
trunk/refman-4.1/spatial-extensions.xml
trunk/refman-5.0/spatial-extensions.xml
trunk/refman-5.1/spatial-extensions.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8981
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4118
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8983
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4118
Modified: trunk/refman-4.1/spatial-extensions.xml
===================================================================
--- trunk/refman-4.1/spatial-extensions.xml 2006-03-27 14:35:03 UTC (rev 1686)
+++ trunk/refman-4.1/spatial-extensions.xml 2006-03-27 16:26:57 UTC (rev 1687)
@@ -5018,8 +5018,7 @@
<para>
Use <literal>EXPLAIN</literal> to check the way this query is
- executed (the <literal>id</literal> column has been removed so
- the output better fits the page):
+ executed:
</para>
<programlisting>
Modified: trunk/refman-5.0/spatial-extensions.xml
===================================================================
--- trunk/refman-5.0/spatial-extensions.xml 2006-03-27 14:35:03 UTC (rev 1686)
+++ trunk/refman-5.0/spatial-extensions.xml 2006-03-27 16:26:57 UTC (rev 1687)
@@ -4857,7 +4857,7 @@
<para>
It is also possible to create normal indexes on spatial columns.
Beginning with MySQL 5.0.16, you must declare a prefix for any
- (non-spatial) index on a spatial column excepting
+ (non-spatial) index on a spatial column except for
<literal>POINT</literal> columns.
</para>
@@ -5045,8 +5045,7 @@
<para>
Use <literal>EXPLAIN</literal> to check the way this query is
- executed (the <literal>id</literal> column has been removed so
- the output better fits the page):
+ executed:
</para>
<programlisting>
Modified: trunk/refman-5.1/spatial-extensions.xml
===================================================================
--- trunk/refman-5.1/spatial-extensions.xml 2006-03-27 14:35:03 UTC (rev 1686)
+++ trunk/refman-5.1/spatial-extensions.xml 2006-03-27 16:26:57 UTC (rev 1687)
@@ -4855,7 +4855,7 @@
<para>
It is also possible to create normal indexes on spatial columns.
You are required to declare a prefix for any (non-spatial) index
- on a spatial column excepting <literal>POINT</literal> columns.
+ on a spatial column except for <literal>POINT</literal> columns.
</para>
<section id="creating-spatial-indexes">
@@ -5042,8 +5042,7 @@
<para>
Use <literal>EXPLAIN</literal> to check the way this query is
- executed (the <literal>id</literal> column has been removed so
- the output better fits the page):
+ executed:
</para>
<programlisting>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1687 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 27 Mar |