List:Commits« Previous MessageNext Message »
From:jonas Date:May 18 2007 11:35am
Subject:bk commit into 4.1 tree (jonas:1.2564) BUG#28443
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jonas. When jonas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-05-18 11:34:57+02:00, jonas@stripped +1 -0
  ndb - bug#28443
    review comment 2, atleast 1 signal need for test prg

  ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp@stripped, 2007-05-18 11:34:56+02:00,
jonas@stripped +1 -1
    review comment, atleast 1 signal need

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/41-work

--- 1.24/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp	2007-05-18 11:35:00 +02:00
+++ 1.25/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp	2007-05-18 11:35:00 +02:00
@@ -175,7 +175,7 @@
     }
     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;
Thread
bk commit into 4.1 tree (jonas:1.2564) BUG#28443jonas18 May