Commit b2245d58 authored by unknown's avatar unknown
Browse files

bug#9924 - ndb backup

  remove incorrect assertion

parent 3afaccc2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -665,10 +665,6 @@ Backup::checkNodeFail(Signal* signal,
		      NodeId newCoord,
		      Uint32 theFailedNodes[NodeBitmask::Size])
{
  ndbrequire( ptr.p->nodes.get(newCoord)); /* just to make sure newCoord
					    * is part of the backup
					    */
  
  NdbNodeBitmask mask;
  mask.assign(2, theFailedNodes);