Commit 2c60a173 authored by jonas@perch.ndb.mysql.com's avatar jonas@perch.ndb.mysql.com

Merge perch.ndb.mysql.com:/home/jonas/src/50-work

into  perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
parents 2457643b aa2d7a3f
...@@ -177,7 +177,7 @@ void Cmvmi::execNDB_TAMPER(Signal* signal) ...@@ -177,7 +177,7 @@ void Cmvmi::execNDB_TAMPER(Signal* signal)
} }
else else
{ {
MAX_RECEIVED_SIGNALS = rand() % 128; MAX_RECEIVED_SIGNALS = 1 + (rand() % 128);
} }
ndbout_c("MAX_RECEIVED_SIGNALS: %d", MAX_RECEIVED_SIGNALS); ndbout_c("MAX_RECEIVED_SIGNALS: %d", MAX_RECEIVED_SIGNALS);
CLEAR_ERROR_INSERT_VALUE; CLEAR_ERROR_INSERT_VALUE;
......
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