From: jon Date: May 10 2007 1:00pm Subject: svn commit - mysqldoc@docsrva: r6417 - in trunk: ndbapi refman-5.1 List-Archive: http://lists.mysql.com/commits/26452 Message-Id: <200705101300.l4AD0UxD012127@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-05-10 15:00:28 +0200 (Thu, 10 May 2007) New Revision: 6417 Log: Reformat. Modified: trunk/ndbapi/mgm-api.xml trunk/ndbapi/mgm-function-template.xml trunk/refman-5.1/news-5.1.xml Modified: trunk/ndbapi/mgm-api.xml =================================================================== --- trunk/ndbapi/mgm-api.xml 2007-05-10 12:58:45 UTC (rev 6416) +++ trunk/ndbapi/mgm-api.xml 2007-05-10 13:00:28 UTC (rev 6417) Changed blocks: 10, Lines Added: 81, Lines Deleted: 76; 6933 bytes @@ -1980,32 +1980,32 @@ --> - +
- + <literal>ndb_mgm_number_of_mgmd_in_connect_string()</literal> - + - + Description - + This is a convenience function which provides an easy way to determine the number of management servers referenced in a connectstring as set using ndb_mgm_set_connectstring(). - + - + This function was added in MySQL 5.1.18. - + - + Signature - + int ndb_mgm_number_of_mgmd_in_connect_string @@ -2014,30 +2014,30 @@ ) - + - + - + Parameters - + A management handle (NdbMgmHandle). - + - + - + Return Value - + On success, a non-negative integer; a negative integer indicates failure. - + - + +--> +
- +
- + <literal>()</literal> - + ndb_mgm_set_bindaddress() function (MGM API) - + - + Description - + This function allows you to set a local bind address for the management server. If used, it must be called before connecting to the management server. - + - + This function was added in MySQL 5.1.18. - + - + Signature - + int ndb_mgm_set_bindaddress @@ -2090,57 +2091,58 @@ ) - + - + - + Parameters - + This function takes two parameters: - + + A management handle (NdbMgmHandle). - + A string address of the form host[:port]. - + - - + - + - + Return Value - + Returns an integer: - + + 0 indicates success - + Any nonzero value indicates failure (the address was not valid) - + Errors caused by binding an otherwise valid local @@ -2149,12 +2151,12 @@ + - - + - + +--> +
@@ -2393,34 +2396,34 @@ -->
- +
- + <literal>ndb_mgm_set_timeout()</literal> - + ndb_mgm_set_timeout() function (MGM API) - + - + Description - + Normally, network operations time out after 60 seconds. This function allows you to vary this time. - + - + This function was introduced in MySQL 5.1.18. - + - + Signature - + int ndb_mgm_set_timeout @@ -2430,30 +2433,31 @@ ) - + - + - + Parameters - + This function takes two parameters: - + + A management server handle (NdbMgmHandle). - + An amount of time to wait before timing out, expressed in milliseconds. - + The timeout must be an @@ -2463,21 +2467,21 @@ + - - + - + - + Return Value - + Returns 0 on success, with any other value representing failure. - + +--> +
Modified: trunk/ndbapi/mgm-function-template.xml =================================================================== --- trunk/ndbapi/mgm-function-template.xml 2007-05-10 12:58:45 UTC (rev 6416) +++ trunk/ndbapi/mgm-function-template.xml 2007-05-10 13:00:28 UTC (rev 6417) Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 445 bytes @@ -3,7 +3,7 @@
<literal>()</literal> - + () function (MGM API) Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-05-10 12:58:45 UTC (rev 6416) +++ trunk/refman-5.1/news-5.1.xml 2007-05-10 13:00:28 UTC (rev 6417) Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 944 bytes @@ -169,7 +169,7 @@ master.info file. (Bug #19991) - + NDB Cluster (APIs): The MGM API now @@ -180,10 +180,10 @@ is also implemented to facilitate calculation of timeouts based on the number of management servers in the cluster. - + - For more information, see - , and + For more information, see + , and .