From: paul
Date: October 13 2006 5:57pm
Subject: svn commit - mysqldoc@docsrva: r3638 - in trunk: . refman-4.1 refman-5.0 refman-5.1
List-Archive: http://lists.mysql.com/commits/13677
Message-Id: <200610131757.k9DHvenr022292@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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 @@
- If mysqld dies unexpectedly and
- mysqld_safe needs to restart it,
- mysqld_safe writes a restarted
- mysqld message to the error log.
+ If mysqld_safe is used to start
+ mysqld and mysqld dies
+ unexpectedly, mysqld_safe notices that it
+ needs to restart mysqld and writes a
+ restarted mysqld message to the error log.
@@ -22167,6 +22168,17 @@
not given.
+
+ The option or
+ log_warnings 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
+ .
+
+
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 @@
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.
@@ -25490,10 +25491,11 @@
- If mysqld dies unexpectedly and
- mysqld_safe needs to restart it,
- mysqld_safe writes a restarted
- mysqld message to the error log.
+ If mysqld_safe is used to start
+ mysqld and mysqld dies
+ unexpectedly, mysqld_safe notices that it
+ needs to restart mysqld and writes a
+ restarted mysqld message to the error log.
@@ -25523,6 +25525,16 @@
not given.
+
+ The option or
+ log_warnings 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
+ .
+
+
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 @@
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.
@@ -26218,10 +26219,11 @@
- If mysqld dies unexpectedly and
- mysqld_safe needs to restart it,
- mysqld_safe writes a restarted
- mysqld message to the error log.
+ If mysqld_safe is used to start
+ mysqld and mysqld dies
+ unexpectedly, mysqld_safe notices that it
+ needs to restart mysqld and writes a
+ restarted mysqld message to the error log.
@@ -26251,6 +26253,16 @@
not given.
+
+ The option or
+ log_warnings 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
+ .
+
+