Author: paul
Date: 2006-10-13 18:21:31 +0200 (Fri, 13 Oct 2006)
New Revision: 3632
Log:
r10947@kite-hub: paul | 2006-10-13 11:20:16 -0500
Eliminate duplicate words.
Modified:
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14474
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10895
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10841
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14474
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10895
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10947
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-10-13 15:59:30 UTC (rev 3631)
+++ trunk/refman-4.1/database-administration.xml 2006-10-13 16:21:31 UTC (rev 3632)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1348 bytes
@@ -5475,7 +5475,7 @@
the query cache. The allowable values are multiples of
1024; other values are rounded down to the nearest
multiple. Note that <literal>query_cache_size</literal>
- bytes of memory are allocated even if if
+ bytes of memory are allocated even if
<literal>query_cache_type</literal> is set to
<literal>0</literal>. This variable was added in MySQL
4.0.1.
@@ -22213,7 +22213,7 @@
<command>mysqld</command> writes statements to the query log in
the order that it receives them, which might differ from the
order in which they are executed. This logging order contrasts
- to the the update log and the binary log, which are written
+ to the update log and the binary log, which are written
after the query is executed, but before any locks are released.
(Also, the query log contains all statements, whereas the update
and binary logs do not contain statements that only select
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-10-13 15:59:30 UTC (rev 3631)
+++ trunk/refman-5.0/database-administration.xml 2006-10-13 16:21:31 UTC (rev 3632)
Changed blocks: 5, Lines Added: 5, Lines Deleted: 5; 1977 bytes
@@ -9496,7 +9496,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is 0.
</para>
</listitem>
@@ -9514,7 +9514,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is an empty string.
</para>
@@ -9537,7 +9537,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is 0.
</para>
@@ -9558,7 +9558,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is 0.
</para>
</listitem>
@@ -25552,7 +25552,7 @@
<command>mysqld</command> writes statements to the query log in
the order that it receives them, which might differ from the
order in which they are executed. This logging order contrasts
- to the the binary log, for which statements are written after
+ to the binary log, for which statements are written after
they are executed, but before any locks are released. (Also, the
query log contains all statements, whereas the binary log does
not contain statements that only select data.)
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-10-13 15:59:30 UTC (rev 3631)
+++ trunk/refman-5.1/database-administration.xml 2006-10-13 16:21:31 UTC (rev 3632)
Changed blocks: 7, Lines Added: 7, Lines Deleted: 7; 2930 bytes
@@ -9513,7 +9513,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is 0.
</para>
</listitem>
@@ -9531,7 +9531,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is an empty string.
</para>
@@ -9554,7 +9554,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is 0.
</para>
@@ -9575,7 +9575,7 @@
</para>
<para>
- If the server is not part of of a MySQL Cluster, then the
+ If the server is not part of a MySQL Cluster, then the
value of this variable is 0.
</para>
</listitem>
@@ -14083,7 +14083,7 @@
password to the password file. The
<option>--username</option> (or <option>-u</option>)
option is required. <command>mysqlmanager</command>
- prompts for the password it is is not given on the command
+ prompts for the password it is not given on the command
line with the <option>--password</option> (or
<option>-p</option>) option. The command fails if the user
already exists.
@@ -14119,7 +14119,7 @@
This command changes the given user's password in the
password file. The username is required.
<command>mysqlmanager</command> prompts for the password
- it is is not given on the command line. The command fails
+ it is not given on the command line. The command fails
if the user does not exist.
</para>
</listitem>
@@ -26090,7 +26090,7 @@
<command>mysqld</command> writes statements to the query log in
the order that it receives them, which might differ from the
order in which they are executed. This logging order contrasts
- to the the binary log, for which statements are written after
+ to the binary log, for which statements are written after
they are executed, but before any locks are released. (Also, the
query log contains all statements, whereas the binary log does
not contain statements that only select data.)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3632 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 13 Oct |