List:Commits« Previous MessageNext Message »
From:jon Date:November 20 2008 2:29pm
Subject:svn commit - mysqldoc@docsrva: r12569 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2008-11-20 15:29:40 +0100 (Thu, 20 Nov 2008)
New Revision: 12569

Log:

ndb_mgm_dump_state() being made public, no longer to require debug build
(Thanks, Jonas!)



Modified:
   trunk/ndbapi/mgm-api.xml


Modified: trunk/ndbapi/mgm-api.xml
===================================================================
--- trunk/ndbapi/mgm-api.xml	2008-11-20 14:07:14 UTC (rev 12568)
+++ trunk/ndbapi/mgm-api.xml	2008-11-20 14:29:40 UTC (rev 12569)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 9; 958 bytes

@@ -2922,6 +2922,11 @@
           </para>
         </important>
 
+        <para>
+          This function became available in MySQL Cluster NDB 6.1.2.17
+          and MySQL Cluster NDB 6.3.19.
+        </para>
+
         <formalpara>
 
           <title>Signature</title>

@@ -3037,15 +3042,6 @@
 
 stat = ndb_mgm_dump_state(h, node_id, args, arg_count, &amp;reply);
 </programlisting>
-
-            <note>
-              <para>
-                Currently, you must include the header file
-                <filename>mgmapi_debug.h</filename> in your application
-                code in order to make use of
-                <literal>ndb_mgm_dump_state()</literal>.
-              </para>
-            </note>
           </para>
 
         </formalpara>


Thread
svn commit - mysqldoc@docsrva: r12569 - trunk/ndbapijon20 Nov