Author: paul
Date: 2007-12-12 20:50:28 +0100 (Wed, 12 Dec 2007)
New Revision: 9271
Log:
r34205@arctic: paul | 2007-12-12 13:50:15 -0600
Fix plural/singular.
Modified:
trunk/refman-5.1/optimization.xml
trunk/refman-6.0/optimization.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34203
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28078
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34205
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:28078
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22582
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2007-12-12 19:46:41 UTC (rev 9270)
+++ trunk/refman-5.1/optimization.xml 2007-12-12 19:50:28 UTC (rev 9271)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 884 bytes
@@ -6199,7 +6199,7 @@
<para>
The benefit of a query that is limited to a specific constant
database name is that checks need be made only for the named
- database directories. Example:
+ database directory. Example:
</para>
<programlisting>SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES
@@ -6221,7 +6221,7 @@
<para>
For a query that is limited to a specific constant table name,
- checks need be made only for the named tables within the
+ checks need be made only for the named table within the
corresponding database directory. Example:
</para>
Modified: trunk/refman-6.0/optimization.xml
===================================================================
--- trunk/refman-6.0/optimization.xml 2007-12-12 19:46:41 UTC (rev 9270)
+++ trunk/refman-6.0/optimization.xml 2007-12-12 19:50:28 UTC (rev 9271)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 884 bytes
@@ -6199,7 +6199,7 @@
<para>
The benefit of a query that is limited to a specific constant
database name is that checks need be made only for the named
- database directories. Example:
+ database directory. Example:
</para>
<programlisting>SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES
@@ -6221,7 +6221,7 @@
<para>
For a query that is limited to a specific constant table name,
- checks need be made only for the named tables within the
+ checks need be made only for the named table within the
corresponding database directory. Example:
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9271 - in trunk: . refman-5.1 refman-6.0 | paul | 12 Dec |