Author: shinz
Date: 2006-03-03 13:59:12 +0100 (Fri, 03 Mar 2006)
New Revision: 1503
Log:
Reword wrong claim about --log-queries-not-using-indexes in 5.0 and 5.1 manual, and reword
confusing information about that option and the --log-long-format/--log-short-format
options in the 4.1 manual (Hartmut)
Modified:
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-03-03 08:21:50 UTC (rev 1502)
+++ trunk/refman-4.1/database-administration.xml 2006-03-03 12:59:12 UTC (rev 1503)
@@ -22400,17 +22400,13 @@
</para>
<para>
- Before MySQL 4.1, if you also use
- <option>--log-long-format</option> when logging slow queries,
- queries that are not using indexes are logged as well.
- <option>--log-long-format</option> is deprecated as of MySQL
- version 4.1, when <option>--log-short-format</option> was
- introduced. (Long log format is the default setting since
- version 4.1.) Also note that starting with MySQL 4.1, the
- <option>--log-queries-not-using-indexes</option> option is
- available for the purpose of logging queries that do not use
- indexes to the slow query log. See
- <xref linkend="server-options"/>.
+ Before MySQL 4.1, if you also use <option>--log-long-format</option>
when logging slow queries,
+ queries that are not using indexes are logged as well. Starting with MySQL 4.1
+ logging of queries not using indexes is enabled using the
+ <option>--log-queries-not-using-indexes</option> option instead. The
<option>--log-long-format</option> is deprecated
+ as of MySQL 4.1, when <option>--log-short-format</option> was
introduced. (The long log format
+ is the default setting since version 4.1.).
+ See <xref linkend="server-options"/>.
</para>
<para>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-03-03 08:21:50 UTC (rev 1502)
+++ trunk/refman-5.0/database-administration.xml 2006-03-03 12:59:12 UTC (rev 1503)
@@ -24686,11 +24686,10 @@
</para>
<para>
- In MySQL ¤t-series;, slow queries that do not use indexes
- are logged as well as those that do. To prevent queries that do
- not use indexes from being logged in the slow query log, use the
- <option>--log-queries-not-using-indexes</option> option. See
- <xref linkend="server-options"/>.
+ In MySQL ¤t-series;, queries that do not use indexes
+ are logged in the slow query log if the
+ <option>--log-queries-not-using-indexes</option> option
+ is specified. See <xref linkend="server-options"/>.
</para>
<para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-03-03 08:21:50 UTC (rev 1502)
+++ trunk/refman-5.1/database-administration.xml 2006-03-03 12:59:12 UTC (rev 1503)
@@ -24764,11 +24764,10 @@
</para>
<para>
- In MySQL ¤t-series;, slow queries that do not use indexes
- are logged as well as those that do. To prevent queries that do
- not use indexes from being logged in the slow query log, use the
- <option>--log-queries-not-using-indexes</option> option. See
- <xref linkend="server-options"/>.
+ In MySQL ¤t-series;, queries that do not use indexes
+ are logged in the slow query log if the
+ <option>--log-queries-not-using-indexes</option> option
+ is specified. See <xref linkend="server-options"/>.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1503 - in trunk: refman-4.1 refman-5.0 refman-5.1 | stefan | 3 Mar |