mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-ndb
This commit is contained in:
commit
c960adfef1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue