summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/Ndb.cpp
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-12-31 10:21:33 +0100
committerunknown <joreland@mysql.com>2004-12-31 10:21:33 +0100
commit93c9c1a8cc66d9418391a921464c08832edbdd99 (patch)
tree309be4c29b8c1a6fcce86ab7a4fe8460c1abb4c0 /ndb/src/ndbapi/Ndb.cpp
parent4b04d1ef29d937b1f9d4b663b1fd554a7264b720 (diff)
downloadmariadb-git-93c9c1a8cc66d9418391a921464c08832edbdd99.tar.gz
merge
Diffstat (limited to 'ndb/src/ndbapi/Ndb.cpp')
-rw-r--r--ndb/src/ndbapi/Ndb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/src/ndbapi/Ndb.cpp b/ndb/src/ndbapi/Ndb.cpp
index a128b1a4db5..9c9138372cd 100644
--- a/ndb/src/ndbapi/Ndb.cpp
+++ b/ndb/src/ndbapi/Ndb.cpp
@@ -78,7 +78,7 @@ NdbTransaction* Ndb::doConnect(Uint32 tConNode)
//****************************************************************************
// We have connections now to the desired node. Return
//****************************************************************************
- return getConnectedNdbConnection(tNode);
+ return getConnectedNdbTransaction(tNode);
} else if (TretCode != 0) {
tAnyAlive= 1;
}//if
@@ -103,7 +103,7 @@ NdbTransaction* Ndb::doConnect(Uint32 tConNode)
//****************************************************************************
// We have connections now to the desired node. Return
//****************************************************************************
- return getConnectedNdbConnection(tNode);
+ return getConnectedNdbTransaction(tNode);
} else if (TretCode != 0) {
tAnyAlive= 1;
}//if