mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-ndb
into perch.ndb.mysql.com:/home/jonas/src/51-new
This commit is contained in:
commit
ec67a6a3eb
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue