Author: paul
Date: 2007-03-08 04:29:17 +0100 (Thu, 08 Mar 2007)
New Revision: 5247
Log:
r17400@frost: paul | 2007-03-07 20:31:06 -0600
Economize on words.
Modified:
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/information-schema.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:21154
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17398
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21154
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17400
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2007-03-07 23:27:47 UTC (rev 5246)
+++ trunk/refman-4.1/sql-syntax.xml 2007-03-08 03:29:17 UTC (rev 5247)
Changed blocks: 4, Lines Added: 6, Lines Deleted: 6; 1749 bytes
@@ -9121,7 +9121,7 @@
</programlisting>
<para>
- Can be be rewritten using <literal>IN()</literal>:
+ Can be rewritten using <literal>IN()</literal>:
</para>
<programlisting>
@@ -9788,7 +9788,7 @@
<listitem>
<para>
- For help on a specific help topic, such as as the
+ For help on a specific help topic, such as the
<literal>ASCII()</literal> function or the <literal>CREATE
TABLE</literal> statement, use the associated keyword or
keywords:
@@ -15008,7 +15008,7 @@
<para>
<literal>SHOW ENGINES</literal> displays status information
- about the the server's storage engines. This is particularly
+ about the server's storage engines. This is particularly
useful for checking whether a storage engine is supported, or
to see what the default engine is. This statement is
implemented in MySQL 4.1.2. <literal>SHOW TABLE
@@ -19632,9 +19632,9 @@
<listitem>
<para>
- When the SQL thread thread has caught up to the slave
- I/O thread and goes idle waiting for more events from
- the I/O thread, this field is zero.
+ When the SQL thread has caught up to the slave I/O
+ thread and goes idle waiting for more events from the
+ I/O thread, this field is zero.
</para>
</listitem>
Modified: trunk/refman-5.0/information-schema.xml
===================================================================
--- trunk/refman-5.0/information-schema.xml 2007-03-07 23:27:47 UTC (rev 5246)
+++ trunk/refman-5.0/information-schema.xml 2007-03-08 03:29:17 UTC (rev 5247)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 646 bytes
@@ -3299,7 +3299,7 @@
The <literal>PROFILING</literal> table provides statement
profiling information. Its contents correspond to the information
produced by the <literal>SHOW PROFILES</literal> and <literal>SHOW
- PROFILE</literal> statements statements (see
+ PROFILE</literal> statements (see
<xref linkend="show-profiles"/>).
</para>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2007-03-07 23:27:47 UTC (rev 5246)
+++ trunk/refman-5.0/sql-syntax.xml 2007-03-08 03:29:17 UTC (rev 5247)
Changed blocks: 5, Lines Added: 7, Lines Deleted: 7; 2115 bytes
@@ -2864,7 +2864,7 @@
<para>
Possible data type changes are given in the following list.
- These occur only up to to the versions listed. After that, an
+ These occur only up to the versions listed. After that, an
error occurs if a column cannot be created using the specified
data type.
</para>
@@ -7567,7 +7567,7 @@
<para>
However, the precedence of the comma operator is less than
- than of <literal>INNER JOIN</literal>, <literal>CROSS
+ of <literal>INNER JOIN</literal>, <literal>CROSS
JOIN</literal>, <literal>LEFT JOIN</literal>, and so on.
If you mix comma joins with the other join types when
there is a join condition, an error of the form
@@ -9802,7 +9802,7 @@
</programlisting>
<para>
- Can be be rewritten using <literal>IN()</literal>:
+ Can be rewritten using <literal>IN()</literal>:
</para>
<programlisting>
@@ -10467,7 +10467,7 @@
<listitem>
<para>
- For help on a specific help topic, such as as the
+ For help on a specific help topic, such as the
<literal>ASCII()</literal> function or the <literal>CREATE
TABLE</literal> statement, use the associated keyword or
keywords:
@@ -22262,9 +22262,9 @@
<listitem>
<para>
- When the SQL thread thread has caught up to the slave
- I/O thread and goes idle waiting for more events from
- the I/O thread, this field is zero.
+ When the SQL thread has caught up to the slave I/O
+ thread and goes idle waiting for more events from the
+ I/O thread, this field is zero.
</para>
</listitem>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2007-03-07 23:27:47 UTC (rev 5246)
+++ trunk/refman-5.1/sql-syntax.xml 2007-03-08 03:29:17 UTC (rev 5247)
Changed blocks: 4, Lines Added: 6, Lines Deleted: 6; 1905 bytes
@@ -9202,7 +9202,7 @@
<para>
However, the precedence of the comma operator is less than
- than of <literal>INNER JOIN</literal>, <literal>CROSS
+ of <literal>INNER JOIN</literal>, <literal>CROSS
JOIN</literal>, <literal>LEFT JOIN</literal>, and so on.
If you mix comma joins with the other join types when
there is a join condition, an error of the form
@@ -12100,7 +12100,7 @@
<listitem>
<para>
- For help on a specific help topic, such as as the
+ For help on a specific help topic, such as the
<literal>ASCII()</literal> function or the <literal>CREATE
TABLE</literal> statement, use the associated keyword or
keywords:
@@ -18722,7 +18722,7 @@
</para>
<para>
- The the remaining rows from the output of <literal>SHOW ENGINE
+ The remaining rows from the output of <literal>SHOW ENGINE
NDB STATUS</literal> which are most likely to prove useful in
monitoring the cluster are listed here by
<literal>Name</literal>:
@@ -24146,9 +24146,9 @@
<listitem>
<para>
- When the SQL thread thread has caught up to the slave
- I/O thread and goes idle waiting for more events from
- the I/O thread, this field is zero.
+ When the SQL thread has caught up to the slave I/O
+ thread and goes idle waiting for more events from the
+ I/O thread, this field is zero.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5247 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 8 Mar |