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 > state->no_of_nodes; i++)
+for(int i=0; i < state->no_of_nodes; i++)
{
struct ndb_mgm_node_state *node_state= &state->node_states[i];
printf("node with ID=%d ", node_state->node_id);
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10352 - trunk/ndbapi | jon | 27 Mar |