Author: shinz
Date: 2006-01-12 13:41:50 +0100 (Thu, 12 Jan 2006)
New Revision: 770
Log:
Correct option to prevent non-index queries from being logged is --log-queries-not-using-indexes (thanks, Dean)
Modified:
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-01-11 20:55:15 UTC (rev 769)
+++ trunk/refman-5.0/database-administration.xml 2006-01-12 12:41:50 UTC (rev 770)
@@ -23652,7 +23652,7 @@
In MySQL ¤t-series;'s slow query log, 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-short-format</option> option.
+ query log, use the <option>--log-queries-not-using-indexes</option> option.
See <xref linkend="server-options"/>.
</para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-11 20:55:15 UTC (rev 769)
+++ trunk/refman-5.1/database-administration.xml 2006-01-12 12:41:50 UTC (rev 770)
@@ -23597,7 +23597,7 @@
In MySQL ¤t-series;'s slow query log, 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-short-format</option> option.
+ query log, use the <option>--log-queries-not-using-indexes</option> option.
See <xref linkend="server-options"/>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r770 - in trunk: refman-5.0 refman-5.1 | stefan | 12 Jan |