Commit 3019b648 authored by jonas@perch.ndb.mysql.com's avatar jonas@perch.ndb.mysql.com
Browse files

ndb - bug#28443

  review comment 2, atleast 1 signal need for test prg
parent b9fd34a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ void Cmvmi::execNDB_TAMPER(Signal* signal)
    }
    else
    {
      MAX_RECEIVED_SIGNALS = rand() % 128;
      MAX_RECEIVED_SIGNALS = 1 + (rand() % 128);
    }
    ndbout_c("MAX_RECEIVED_SIGNALS: %d", MAX_RECEIVED_SIGNALS);
    CLEAR_ERROR_INSERT_VALUE;