mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
ndb -
Fix partial SR
This commit is contained in:
parent
161645c81e
commit
fc59260f8f
1 changed files with 5 additions and 1 deletions
|
@ -771,10 +771,14 @@ void Dblqh::execREAD_NODESCONF(Signal* signal)
|
||||||
jam();
|
jam();
|
||||||
if (NodeBitmask::get(readNodes->allNodes, i)) {
|
if (NodeBitmask::get(readNodes->allNodes, i)) {
|
||||||
jam();
|
jam();
|
||||||
m_sr_nodes.set(i);
|
|
||||||
cnodeData[ind] = i;
|
cnodeData[ind] = i;
|
||||||
cnodeStatus[ind] = NodeBitmask::get(readNodes->inactiveNodes, i);
|
cnodeStatus[ind] = NodeBitmask::get(readNodes->inactiveNodes, i);
|
||||||
//readNodes->getVersionId(i, readNodes->theVersionIds) not used
|
//readNodes->getVersionId(i, readNodes->theVersionIds) not used
|
||||||
|
if (!NodeBitmask::get(readNodes->inactiveNodes, i))
|
||||||
|
{
|
||||||
|
jam();
|
||||||
|
m_sr_nodes.set(i);
|
||||||
|
}
|
||||||
ind++;
|
ind++;
|
||||||
}//if
|
}//if
|
||||||
}//for
|
}//for
|
||||||
|
|
Loading…
Add table
Reference in a new issue