Author: paul
Date: 2006-10-13 19:57:39 +0200 (Fri, 13 Oct 2006)
New Revision: 3638
Log:
r14524@polar: paul | 2006-10-13 12:50:44 -0500
Mention log_warnings in error log section.
Other minor cleanups.
(Bug#21093)
Modified:
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14523
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10895
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10947
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14524
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10895
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10947
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-10-13 17:57:25 UTC (rev 3637)
+++ trunk/refman-4.1/database-administration.xml 2006-10-13 17:57:39 UTC (rev 3638)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 4; 1595 bytes
@@ -22123,10 +22123,11 @@
</para>
<para>
- If <command>mysqld</command> dies unexpectedly and
- <command>mysqld_safe</command> needs to restart it,
- <command>mysqld_safe</command> writes a <literal>restarted
- mysqld</literal> message to the error log.
+ If <command>mysqld_safe</command> is used to start
+ <command>mysqld</command> and <command>mysqld</command> dies
+ unexpectedly, <command>mysqld_safe</command> notices that it
+ needs to restart <command>mysqld</command> and writes a
+ <literal>restarted mysqld</literal> message to the error log.
</para>
<para>
@@ -22167,6 +22168,17 @@
not given.
</para>
+ <para>
+ The <option>--log-warnings</option> option or
+ <literal>log_warnings</literal> system variable can be used to
+ control warning logging to the error log. The default value is
+ enabled (1) as of MySQL 4.0.19 and 4.1.2. Warning logging can be
+ disabled using a value of 0. As of MySQL 4.0.21 and 4.1.3, the
+ value can be greater than 1 and aborted connections are not
+ logged to the error log unless the value is greater than 1. See
+ <xref linkend="communication-errors"/>.
+ </para>
+
</section>
<section id="query-log">
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-10-13 17:57:25 UTC (rev 3637)
+++ trunk/refman-5.0/database-administration.xml 2006-10-13 17:57:39 UTC (rev 3638)
Changed blocks: 3, Lines Added: 18, Lines Deleted: 6; 1977 bytes
@@ -4944,8 +4944,9 @@
<para>
Whether to produce additional warning messages. It is
- enabled (1) by default. Aborted connections are not logged
- to the error log unless the value is greater than 1.
+ enabled (1) by default and can be disabled by setting it
+ to 0. Aborted connections are not logged to the error log
+ unless the value is greater than 1.
</para>
</listitem>
@@ -25490,10 +25491,11 @@
</para>
<para>
- If <command>mysqld</command> dies unexpectedly and
- <command>mysqld_safe</command> needs to restart it,
- <command>mysqld_safe</command> writes a <literal>restarted
- mysqld</literal> message to the error log.
+ If <command>mysqld_safe</command> is used to start
+ <command>mysqld</command> and <command>mysqld</command> dies
+ unexpectedly, <command>mysqld_safe</command> notices that it
+ needs to restart <command>mysqld</command> and writes a
+ <literal>restarted mysqld</literal> message to the error log.
</para>
<para>
@@ -25523,6 +25525,16 @@
not given.
</para>
+ <para>
+ The <option>--log-warnings</option> option or
+ <literal>log_warnings</literal> system variable can be used to
+ control warning logging to the error log. The default value is
+ enabled (1). Warning logging can be disabled using a value of 0.
+ Aborted connections are not logged to the error log unless the
+ value is greater than 1. See
+ <xref linkend="communication-errors"/>.
+ </para>
+
</section>
<section id="query-log">
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-10-13 17:57:25 UTC (rev 3637)
+++ trunk/refman-5.1/database-administration.xml 2006-10-13 17:57:39 UTC (rev 3638)
Changed blocks: 3, Lines Added: 18, Lines Deleted: 6; 1977 bytes
@@ -5034,8 +5034,9 @@
<para>
Whether to produce additional warning messages. It is
- enabled (1) by default. Aborted connections are not logged
- to the error log unless the value is greater than 1.
+ enabled (1) by default and can be disabled by setting it
+ to 0. Aborted connections are not logged to the error log
+ unless the value is greater than 1.
</para>
</listitem>
@@ -26218,10 +26219,11 @@
</para>
<para>
- If <command>mysqld</command> dies unexpectedly and
- <command>mysqld_safe</command> needs to restart it,
- <command>mysqld_safe</command> writes a <literal>restarted
- mysqld</literal> message to the error log.
+ If <command>mysqld_safe</command> is used to start
+ <command>mysqld</command> and <command>mysqld</command> dies
+ unexpectedly, <command>mysqld_safe</command> notices that it
+ needs to restart <command>mysqld</command> and writes a
+ <literal>restarted mysqld</literal> message to the error log.
</para>
<para>
@@ -26251,6 +26253,16 @@
not given.
</para>
+ <para>
+ The <option>--log-warnings</option> option or
+ <literal>log_warnings</literal> system variable can be used to
+ control warning logging to the error log. The default value is
+ enabled (1). Warning logging can be disabled using a value of 0.
+ Aborted connections are not logged to the error log unless the
+ value is greater than 1. See
+ <xref linkend="communication-errors"/>.
+ </para>
+
</section>
<section id="query-log">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3638 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 13 Oct |