List:Internals« Previous MessageNext Message »
From:jstephens Date:November 10 2005 3:05pm
Subject:svn commit - mysqldoc@docsrva: r309 - trunk/refman-4.1
View as plain text  
Author: jstephens
Date: 2005-11-10 16:05:00 +0100 (Thu, 10 Nov 2005)
New Revision: 309

Log:

refman-4.1/apis.xml 
  - Cut reference to mysql_options() parameter that's not available in 4.1



Modified:
   trunk/refman-4.1/apis.xml

Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml	2005-11-10 10:06:04 UTC (rev 308)
+++ trunk/refman-4.1/apis.xml	2005-11-10 15:05:00 UTC (rev 309)
@@ -5422,15 +5422,6 @@
                   connections). Added in 4.1.1.</entry>
               </row>
               <row>
-                <entry><literal>MYSQL_OPT_RECONNECT</literal></entry>
-                <entry><literal>my_bool *</literal></entry>
-                <entry>Enable or disable automatic reconnection to the server if the connection
-                  is found to have been lost. Reconnect has been off by
-                  default since MySQL 5.0.3; this option is new in
-                  5.0.13 and provides a way to set reconnection behavior
-                  explicitly.</entry>
-              </row>
-              <row>
                 <entry><literal>MYSQL_OPT_SET_CLIENT_IP</literal></entry>
                 <entry><literal>char *</literal></entry>
                 <entry>For an application linked against linked against

Thread
svn commit - mysqldoc@docsrva: r309 - trunk/refman-4.1jstephens10 Nov