Bug #33206 signal not reset properly in ndb

parent faaac96f
......@@ -1012,6 +1012,7 @@ SimulatedBlock::assembleFragments(Signal * signal){
/**
* Don't release allocated segments
*/
signal->header.m_fragmentInfo = 0;
signal->header.m_noOfSections = 0;
return false;
}
......@@ -1039,6 +1040,7 @@ SimulatedBlock::assembleFragments(Signal * signal){
* fragInfo = 2
*/
if(fragInfo == 2){
signal->header.m_fragmentInfo = 0;
signal->header.m_noOfSections = 0;
return false;
}
......
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