List:Commits« Previous MessageNext Message »
From:jon Date:August 12 2008 12:42pm
Subject:svn commit - mysqldoc@docsrva: r11531 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2008-08-12 14:42:01 +0200 (Tue, 12 Aug 2008)
New Revision: 11531

Log:

Corrected return values for ndb_mgm_check_connection().

Fixes Docs Bug #38678



Modified:
   trunk/ndbapi/mgm-api.xml


Modified: trunk/ndbapi/mgm-api.xml
===================================================================
--- trunk/ndbapi/mgm-api.xml	2008-08-11 23:57:00 UTC (rev 11530)
+++ trunk/ndbapi/mgm-api.xml	2008-08-12 12:42:01 UTC (rev 11531)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 619 bytes

@@ -1956,8 +1956,8 @@
           <title>Return Value</title>
 
           <para>
-            A nonzero value indicates that the management server
-            responded and that the connection to it did not time out.
+            This function returns <literal>-1</literal> in the event of
+            an error; otherwise it returns <literal>0</literal>.
           </para>
 
         </formalpara>


Thread
svn commit - mysqldoc@docsrva: r11531 - trunk/ndbapijon12 Aug