List:Commits« Previous MessageNext Message »
From:jonas Date:January 6 2008 8:09pm
Subject:bk commit into 5.1 tree (jonas:1.2826)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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, 2008-01-06 20:09:49+01:00, jonas@stripped +1 -0
  remove warning

  storage/ndb/src/ndbapi/TransporterFacade.cpp@stripped, 2008-01-06 20:09:46+01:00,
jonas@stripped +1 -1
    remove warning

diff -Nrup a/storage/ndb/src/ndbapi/TransporterFacade.cpp
b/storage/ndb/src/ndbapi/TransporterFacade.cpp
--- a/storage/ndb/src/ndbapi/TransporterFacade.cpp	2008-01-06 19:12:20 +01:00
+++ b/storage/ndb/src/ndbapi/TransporterFacade.cpp	2008-01-06 20:09:46 +01:00
@@ -1051,7 +1051,7 @@ TransporterFacade::sendSignalUnCond(NdbA
                                     NodeId aNode,
                                     Uint32 prio){
   Uint32* tDataPtr = aSignal->getDataPtrSend();
-  assert(prio >= 0 && prio <= 1);
+  assert(prio <= 1);
 #ifdef API_TRACE
   if(setSignalLog() && TRACE_GSN(aSignal->theVerId_signalNumber)){
     Uint32 tmp = aSignal->theSendersBlockRef;
Thread
bk commit into 5.1 tree (jonas:1.2826)jonas6 Jan