Author: paul
Date: 2007-11-24 17:21:56 +0100 (Sat, 24 Nov 2007)
New Revision: 8865
Log:
r27326@frost: paul | 2007-11-24 10:20:54 -0600
Log tables: Correct an error in one example, add another example.
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:33071
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27309
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22282
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:33071
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:27326
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:22282
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-11-24 15:06:16 UTC (rev 8864)
+++ trunk/refman-5.1/dba-core.xml 2007-11-24 16:21:56 UTC (rev 8865)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 3; 1260 bytes
@@ -27440,12 +27440,21 @@
tables, use <option>--log-output=TABLE</option> to select
tables as the log destination and the <option>--log</option>
and <option>--log-slow-queries</option> options to enable
- both logs. (In this case, because the default log
- destination is <literal>TABLE</literal>, you could omit the
- <option>--log-output</option> option.)
+ both logs.
</para>
</listitem>
+ <listitem>
+ <para>
+ To write slow query log entries only to the log file, use
+ <option>--log-output=FILE</option> to select files as the
+ log destination and the <option>--log-slow-queries</option>
+ option to enable the slow query log. (In this case, because
+ the default log destination is <literal>FILE</literal>, you
+ could omit the <option>--log-output</option> option.)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2007-11-24 15:06:16 UTC (rev 8864)
+++ trunk/refman-6.0/dba-core.xml 2007-11-24 16:21:56 UTC (rev 8865)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 3; 1260 bytes
@@ -26902,12 +26902,21 @@
tables, use <option>--log-output=TABLE</option> to select
tables as the log destination and the <option>--log</option>
and <option>--log-slow-queries</option> options to enable
- both logs. (In this case, because the default log
- destination is <literal>TABLE</literal>, you could omit the
- <option>--log-output</option> option.)
+ both logs.
</para>
</listitem>
+ <listitem>
+ <para>
+ To write slow query log entries only to the log file, use
+ <option>--log-output=FILE</option> to select files as the
+ log destination and the <option>--log-slow-queries</option>
+ option to enable the slow query log. (In this case, because
+ the default log destination is <literal>FILE</literal>, you
+ could omit the <option>--log-output</option> option.)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8865 - in trunk: . refman-5.1 refman-6.0 | paul | 24 Nov |