summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas@perch.ndb.mysql.com <>2006-12-06 13:26:44 +0100
committerjonas@perch.ndb.mysql.com <>2006-12-06 13:26:44 +0100
commita0974ea8c8ff0059e85dbe42542baea5a1b93b5d (patch)
tree295520ffe24744e27bf6924cd49dfd6b56321e9b
parentf8bd5d312ba8bcbbaacd7cc1f2a74e80a1aacae3 (diff)
parent6d6fd5f7da1998ae7fe6fc9697264e30dfda50ef (diff)
downloadmariadb-git-a0974ea8c8ff0059e85dbe42542baea5a1b93b5d.tar.gz
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
-rw-r--r--ndb/src/mgmsrv/MgmtSrvr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/MgmtSrvr.cpp b/ndb/src/mgmsrv/MgmtSrvr.cpp
index 766992af0cb..c5ccc509e78 100644
--- a/ndb/src/mgmsrv/MgmtSrvr.cpp
+++ b/ndb/src/mgmsrv/MgmtSrvr.cpp
@@ -1913,7 +1913,7 @@ MgmtSrvr::handleStatus(NodeId nodeId, bool alive, bool nfComplete)
m_started_nodes.push_back(nodeId);
rep->setEventType(NDB_LE_Connected);
} else {
- rep->setEventType(NDB_LE_Connected);
+ rep->setEventType(NDB_LE_Disconnected);
if(nfComplete)
{
DBUG_VOID_RETURN;