List:Commits« Previous MessageNext Message »
From:tomas Date:April 26 2006 3:09pm
Subject:bk commit into 5.1 tree (tomas:1.2015)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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
  1.2015 06/04/26 17:08:32 tomas@stripped +1 -0
  ndb - replication
     Make sure that SUB_GCP_COMPLETE_ACK is sent uncond, failure to do so can lead to problems...

  storage/ndb/src/ndbapi/TransporterFacade.cpp
    1.47 06/04/26 17:08:11 tomas@stripped +1 -1
    ndb - replication
       Make sure that SUB_GCP_COMPLETE_ACK is sent uncond, failure to do so can lead to problems...

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/wl2325-alcatel

--- 1.46/storage/ndb/src/ndbapi/TransporterFacade.cpp	2006-04-26 17:05:48 +02:00
+++ 1.47/storage/ndb/src/ndbapi/TransporterFacade.cpp	2006-04-26 17:08:11 +02:00
@@ -347,7 +347,7 @@
 	 Uint32 aNodeId= refToNode(ref);
 	 tSignal.theReceiversBlockNumber= refToBlock(ref);
 	 tSignal.theVerId_signalNumber= GSN_SUB_GCP_COMPLETE_ACK;
-	 theFacade->sendSignal(&tSignal, aNodeId);
+	 theFacade->sendSignalUnCond(&tSignal, aNodeId);
        }
        break;
      }
Thread
bk commit into 5.1 tree (tomas:1.2015)tomas26 Apr