summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/Ndbif.cpp
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2004-05-26 10:56:32 +0200
committerjoreland@mysql.com <>2004-05-26 10:56:32 +0200
commit7037c866894aa236656f0c41f3b39738d2056491 (patch)
tree32b839686028c5bc61304dbd566705a3bc085f6d /ndb/src/ndbapi/Ndbif.cpp
parent068fee5f7f1a903c5bb2a90b757094c41510ef92 (diff)
downloadmariadb-git-7037c866894aa236656f0c41f3b39738d2056491.tar.gz
WL1371 - Cleanup configuration handling
WL1356 - Discless db node WL1357 - sp 1-2
Diffstat (limited to 'ndb/src/ndbapi/Ndbif.cpp')
-rw-r--r--ndb/src/ndbapi/Ndbif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/Ndbif.cpp b/ndb/src/ndbapi/Ndbif.cpp
index 696dfe68e40..b3e5b300e8d 100644
--- a/ndb/src/ndbapi/Ndbif.cpp
+++ b/ndb/src/ndbapi/Ndbif.cpp
@@ -90,7 +90,7 @@ Ndb::init(int aMaxNoOfTransactions)
theMyRef = numberToRef(theNdbBlockNumber, theNode);
for (i = 1; i < MAX_NDB_NODES; i++){
- if (theFacade->getIsNodeDefined(i)){
+ if (theFacade->getIsDbNode(i)){
theDBnodes[theNoOfDBnodes] = i;
theNoOfDBnodes++;
}