Commit 763d835a authored by joreland@mysql.com's avatar joreland@mysql.com

bug#9924 - ndb backup

  remove incorrect assertion
parent d9d1c933
...@@ -665,10 +665,6 @@ Backup::checkNodeFail(Signal* signal, ...@@ -665,10 +665,6 @@ Backup::checkNodeFail(Signal* signal,
NodeId newCoord, NodeId newCoord,
Uint32 theFailedNodes[NodeBitmask::Size]) Uint32 theFailedNodes[NodeBitmask::Size])
{ {
ndbrequire( ptr.p->nodes.get(newCoord)); /* just to make sure newCoord
* is part of the backup
*/
NdbNodeBitmask mask; NdbNodeBitmask mask;
mask.assign(2, theFailedNodes); mask.assign(2, theFailedNodes);
......
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