List:Internals« Previous MessageNext Message »
From:paul Date:September 4 2005 4:52am
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3473)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3473 05/09/03 21:51:56 paul@stripped +4 -0
  Document MYSQL_OPT_RECONNECT option
  to mysql_options(). (Bug #11787)

  refman/mysql-apis.xml
    1.45 05/09/03 21:51:54 paul@stripped +14 -1
    Document MYSQL_OPT_RECONNECT option
    to mysql_options(). (Bug #11787)

  refman-5.1/mysql-apis.xml
    1.28 05/09/03 21:51:54 paul@stripped +14 -1
    Sync.

  refman-5.0/mysql-apis.xml
    1.28 05/09/03 21:51:54 paul@stripped +14 -1
    Sync.

  refman-4.1/mysql-apis.xml
    1.44 05/09/03 21:51:54 paul@stripped +9 -0
    Sync.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.27/refman-5.1/mysql-apis.xml	2005-09-03 12:57:59 -05:00
+++ 1.28/refman-5.1/mysql-apis.xml	2005-09-03 21:51:54 -05:00
@@ -5180,6 +5180,15 @@
                   connections).</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
@@ -5984,7 +5993,11 @@
           or <literal>0</literal> in newer versions. A value of
           <literal>1</literal> for this flag indicates, in the event
           that a query cannot be performed because of a lost connection,
-          to try reconnecting to the server before giving up.
+          to try reconnecting to the server before giving up. As of
+          MySQL 5.0.13, you can use the
+          <literal>MYSQL_OPT_RECONNECT</literal> option to
+          <literal>mysql_options()</literal> to control reconnection
+          behavior.
         </para>
 
       </section>

--- 1.43/refman-4.1/mysql-apis.xml	2005-09-03 12:57:53 -05:00
+++ 1.44/refman-4.1/mysql-apis.xml	2005-09-03 21:51:54 -05:00
@@ -5146,6 +5146,15 @@
                   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

--- 1.44/refman/mysql-apis.xml	2005-09-03 12:58:02 -05:00
+++ 1.45/refman/mysql-apis.xml	2005-09-03 21:51:54 -05:00
@@ -5233,6 +5233,15 @@
                   connections). New 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
@@ -6036,7 +6045,11 @@
           than 5.0.3, of <literal>0</literal> in newer versions. A value
           of <literal>1</literal> for this flag indicates, in the event
           that a query cannot be performed because of a lost connection,
-          to try reconnecting to the server before giving up.
+          to try reconnecting to the server before giving up. As of
+          MySQL 5.0.13, you can use the
+          <literal>MYSQL_OPT_RECONNECT</literal> option to
+          <literal>mysql_options()</literal> to control reconnection
+          behavior.
         </para>
 
       </section>

--- 1.27/refman-5.0/mysql-apis.xml	2005-09-03 12:57:56 -05:00
+++ 1.28/refman-5.0/mysql-apis.xml	2005-09-03 21:51:54 -05:00
@@ -5190,6 +5190,15 @@
                   connections).</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
@@ -5990,7 +5999,11 @@
           or <literal>0</literal> in newer versions. A value of
           <literal>1</literal> for this flag indicates, in the event
           that a query cannot be performed because of a lost connection,
-          to try reconnecting to the server before giving up.
+          to try reconnecting to the server before giving up. As of
+          MySQL 5.0.13, you can use the
+          <literal>MYSQL_OPT_RECONNECT</literal> option to
+          <literal>mysql_options()</literal> to control reconnection
+          behavior.
         </para>
 
       </section>
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3473)paul4 Sep