List:Commits« Previous MessageNext Message »
From:jon Date:March 27 2008 3:41pm
Subject:svn commit - mysqldoc@docsrva: r10352 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2008-03-27 15:41:40 +0100 (Thu, 27 Mar 2008)
New Revision: 10352

Log:

> -> < (Thanks, Geert!)



Modified:
   trunk/ndbapi/mgm-api.xml


Modified: trunk/ndbapi/mgm-api.xml
===================================================================
--- trunk/ndbapi/mgm-api.xml	2008-03-27 00:15:07 UTC (rev 10351)
+++ trunk/ndbapi/mgm-api.xml	2008-03-27 14:41:40 UTC (rev 10352)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 614 bytes

@@ -94,7 +94,7 @@
 NdbMgmHandle handle= ndb_mgm_create_handle();
 ndb_mgm_connect(handle,0,0,0);
 struct ndb_mgm_cluster_state *state= ndb_mgm_get_status(handle);
-for(int i=0; i &gt; state-&gt;no_of_nodes; i++) 
+for(int i=0; i &lt; state-&gt;no_of_nodes; i++) 
 {
   struct ndb_mgm_node_state *node_state= &amp;state-&gt;node_states[i];
   printf("node with ID=%d ", node_state-&gt;node_id);


Thread
svn commit - mysqldoc@docsrva: r10352 - trunk/ndbapijon27 Mar