Commit 4d7cfa32 authored by jonas@perch.ndb.mysql.com's avatar jonas@perch.ndb.mysql.com

Merge perch.ndb.mysql.com:/home/jonas/src/51-new

into  perch.ndb.mysql.com:/home/jonas/src/51-ndb
parents 619ca417 fc59260f
......@@ -771,10 +771,14 @@ void Dblqh::execREAD_NODESCONF(Signal* signal)
jam();
if (NodeBitmask::get(readNodes->allNodes, i)) {
jam();
m_sr_nodes.set(i);
cnodeData[ind] = i;
cnodeStatus[ind] = NodeBitmask::get(readNodes->inactiveNodes, i);
//readNodes->getVersionId(i, readNodes->theVersionIds) not used
if (!NodeBitmask::get(readNodes->inactiveNodes, i))
{
jam();
m_sr_nodes.set(i);
}
ind++;
}//if
}//for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment