Author: paul
Date: 2006-01-21 00:46:33 +0100 (Sat, 21 Jan 2006)
New Revision: 957
Log:
r6499@frost: paul | 2006-01-20 16:38:58 -0600
wait_timeout applies only to TCP/IP connections. (Bug#15718)
Modified:
trunk/
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
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6488
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2396
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6499
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2396
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-01-20 20:52:56 UTC (rev 956)
+++ trunk/refman-4.1/database-administration.xml 2006-01-20 23:46:33 UTC (rev 957)
@@ -7483,7 +7483,10 @@
<para>
The number of seconds the server waits for activity on a
- non-interactive connection before closing it.
+ non-interactive connection before closing it. This timeout
+ applies to TCP/IP connections only. It does not apply to
+ connections made via Unix socket files, named pipes, or
+ shared memory.
</para>
<para>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-01-20 20:52:56 UTC (rev 956)
+++ trunk/refman-5.0/database-administration.xml 2006-01-20 23:46:33 UTC (rev 957)
@@ -8977,7 +8977,10 @@
<para>
The number of seconds the server waits for activity on a
- non-interactive connection before closing it.
+ non-interactive connection before closing it. This timeout
+ applies to TCP/IP connections only. It does not apply to
+ connections made via Unix socket files, named pipes, or
+ shared memory.
</para>
<para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-20 20:52:56 UTC (rev 956)
+++ trunk/refman-5.1/database-administration.xml 2006-01-20 23:46:33 UTC (rev 957)
@@ -9009,7 +9009,10 @@
<para>
The number of seconds the server waits for activity on a
- non-interactive connection before closing it.
+ non-interactive connection before closing it. This timeout
+ applies to TCP/IP connections only. It does not apply to
+ connections made via Unix socket files, named pipes, or
+ shared memory.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r957 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 21 Jan |