diff options
author | unknown <joreland@mysql.com> | 2004-12-31 10:21:33 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-12-31 10:21:33 +0100 |
commit | 93c9c1a8cc66d9418391a921464c08832edbdd99 (patch) | |
tree | 309be4c29b8c1a6fcce86ab7a4fe8460c1abb4c0 /ndb/src/ndbapi/Ndb.cpp | |
parent | 4b04d1ef29d937b1f9d4b663b1fd554a7264b720 (diff) | |
download | mariadb-git-93c9c1a8cc66d9418391a921464c08832edbdd99.tar.gz |
merge
Diffstat (limited to 'ndb/src/ndbapi/Ndb.cpp')
-rw-r--r-- | ndb/src/ndbapi/Ndb.cpp | 4 |
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 |