Author: paul
Date: 2008-04-22 05:46:35 +0200 (Tue, 22 Apr 2008)
New Revision: 10561
Log:
r30883@frost: paul | 2008-04-21 22:44:54 -0500
Fix backward wording
Modified:
trunk/refman-5.1/dba-core.xml
trunk/refman-6.0/dba-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30881
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30865
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30883
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30865
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-04-22 03:40:17 UTC (rev 10560)
+++ trunk/refman-5.1/dba-core.xml 2008-04-22 03:46:35 UTC (rev 10561)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 733 bytes
@@ -13792,7 +13792,7 @@
<para>
The slow query log consists of all SQL statements that took more
than <literal>long_query_time</literal> seconds to execute and
- (as of MySQL 5.1.21) required fewer than
+ (as of MySQL 5.1.21) required at least
<literal>min_examined_row_limit</literal> rows to be examined.
The time to acquire the initial table locks is not counted as
execution time. <command>mysqld</command> writes a statement to
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-04-22 03:40:17 UTC (rev 10560)
+++ trunk/refman-6.0/dba-core.xml 2008-04-22 03:46:35 UTC (rev 10561)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 731 bytes
@@ -13555,7 +13555,7 @@
<para>
The slow query log consists of all SQL statements that took more
than <literal>long_query_time</literal> seconds to execute and
- (as of MySQL 6.0.4) required fewer than
+ (as of MySQL 6.0.4) required at least
<literal>min_examined_row_limit</literal> rows to be examined.
The time to acquire the initial table locks is not counted as
execution time. <command>mysqld</command> writes a statement to
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10561 - in trunk: . refman-5.1 refman-6.0 | paul | 22 Apr |