mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged
This commit is contained in:
commit
11964cdfba
1 changed files with 1 additions and 1 deletions
|
@ -1922,7 +1922,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;
|
||||
|
|
Loading…
Add table
Reference in a new issue