Author: paul
Date: 2008-05-04 01:13:56 +0200 (Sun, 04 May 2008)
New Revision: 10665
Log:
r31159@frost: paul | 2008-05-03 18:09:26 -0500
MYSQL_OPT_WRITE_TIMEOUT effective timeout is multiplied
by net_retry_count. (Bug#31163)
Modified:
trunk/it/refman-5.1/apis-c.xml
trunk/pt/refman-5.1/apis-c.xml
trunk/refman-4.1/apis-c.xml
trunk/refman-5.0/apis-c.xml
trunk/refman-5.1/apis-c.xml
trunk/refman-6.0/apis-c.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31147
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31090
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31159
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31090
Modified: trunk/it/refman-5.1/apis-c.xml
===================================================================
--- trunk/it/refman-5.1/apis-c.xml 2008-05-03 23:00:16 UTC (rev 10664)
+++ trunk/it/refman-5.1/apis-c.xml 2008-05-03 23:13:56 UTC (rev 10665)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 747 bytes
@@ -5528,6 +5528,10 @@
<para>
The timeout in seconds for attempts to write to the server.
+ Each attempt uses this timeout value and there are
+ <literal>net_retry_count</literal> retries if necessary, so
+ the total effective timeout value is
+ <literal>net_retry_count</literal> times the option value.
This option works only for TCP/IP connections, and only for
Windows prior to MySQL 5.1.12.
</para>
Modified: trunk/pt/refman-5.1/apis-c.xml
===================================================================
--- trunk/pt/refman-5.1/apis-c.xml 2008-05-03 23:00:16 UTC (rev 10664)
+++ trunk/pt/refman-5.1/apis-c.xml 2008-05-03 23:13:56 UTC (rev 10665)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 747 bytes
@@ -5528,6 +5528,10 @@
<para>
The timeout in seconds for attempts to write to the server.
+ Each attempt uses this timeout value and there are
+ <literal>net_retry_count</literal> retries if necessary, so
+ the total effective timeout value is
+ <literal>net_retry_count</literal> times the option value.
This option works only for TCP/IP connections, and only for
Windows prior to MySQL 5.1.12.
</para>
Modified: trunk/refman-4.1/apis-c.xml
===================================================================
--- trunk/refman-4.1/apis-c.xml 2008-05-03 23:00:16 UTC (rev 10664)
+++ trunk/refman-4.1/apis-c.xml 2008-05-03 23:13:56 UTC (rev 10665)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 721 bytes
@@ -5314,6 +5314,10 @@
<para>
The timeout in seconds for attempts to write to the server.
+ Each attempt uses this timeout value and there are
+ <literal>net_retry_count</literal> retries if necessary, so
+ the total effective timeout value is
+ <literal>net_retry_count</literal> times the option value.
This option works only on Windows for TCP/IP connections.
Added in 4.1.1.
</para>
Modified: trunk/refman-5.0/apis-c.xml
===================================================================
--- trunk/refman-5.0/apis-c.xml 2008-05-03 23:00:16 UTC (rev 10664)
+++ trunk/refman-5.0/apis-c.xml 2008-05-03 23:13:56 UTC (rev 10665)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 738 bytes
@@ -5477,6 +5477,10 @@
<para>
The timeout in seconds for attempts to write to the server.
+ Each attempt uses this timeout value and there are
+ <literal>net_retry_count</literal> retries if necessary, so
+ the total effective timeout value is
+ <literal>net_retry_count</literal> times the option value.
This option works only for TCP/IP connections, and only for
Windows prior to MySQL 5.0.25.
</para>
Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml 2008-05-03 23:00:16 UTC (rev 10664)
+++ trunk/refman-5.1/apis-c.xml 2008-05-03 23:13:56 UTC (rev 10665)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 738 bytes
@@ -5528,6 +5528,10 @@
<para>
The timeout in seconds for attempts to write to the server.
+ Each attempt uses this timeout value and there are
+ <literal>net_retry_count</literal> retries if necessary, so
+ the total effective timeout value is
+ <literal>net_retry_count</literal> times the option value.
This option works only for TCP/IP connections, and only for
Windows prior to MySQL 5.1.12.
</para>
Modified: trunk/refman-6.0/apis-c.xml
===================================================================
--- trunk/refman-6.0/apis-c.xml 2008-05-03 23:00:16 UTC (rev 10664)
+++ trunk/refman-6.0/apis-c.xml 2008-05-03 23:13:56 UTC (rev 10665)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 702 bytes
@@ -5466,6 +5466,10 @@
<para>
The timeout in seconds for attempts to write to the server.
+ Each attempt uses this timeout value and there are
+ <literal>net_retry_count</literal> retries if necessary, so
+ the total effective timeout value is
+ <literal>net_retry_count</literal> times the option value.
This option works only for TCP/IP connections.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10665 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 4 May |