List:Commits« Previous MessageNext Message »
From:jonas Date:December 20 2007 9:36am
Subject:bk commit into 5.1 tree (jonas:1.2810)
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, 2007-12-20 10:36:55+01:00, jonas@stripped +2 -0
  fix compiler warnings detected by pb

  storage/ndb/src/common/debugger/signaldata/StartRec.cpp@stripped, 2007-12-20 10:36:51+01:00, jonas@stripped +1 -1
    compiler warning

  storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@stripped, 2007-12-20 10:36:51+01:00, jonas@stripped +1 -1
    compiler warning

diff -Nrup a/storage/ndb/src/common/debugger/signaldata/StartRec.cpp b/storage/ndb/src/common/debugger/signaldata/StartRec.cpp
--- a/storage/ndb/src/common/debugger/signaldata/StartRec.cpp	2007-11-30 12:00:29 +01:00
+++ b/storage/ndb/src/common/debugger/signaldata/StartRec.cpp	2007-12-20 10:36:51 +01:00
@@ -54,7 +54,7 @@ printSTART_REC_CONF(FILE * output, 
 		    Uint16 recBlockNo){
   StartRecConf * sig = (StartRecConf *) theData;
 
-  fprintf(output, " startingNodeId: %d senderData\n",
+  fprintf(output, " startingNodeId: %d senderData: %u\n",
 	  sig->startingNodeId,
           sig->senderData);
   
diff -Nrup a/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp b/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
--- a/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2007-12-19 20:52:11 +01:00
+++ b/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2007-12-20 10:36:51 +01:00
@@ -3443,7 +3443,7 @@ Dbdih::nr_start_fragment(Signal* signal,
     }
     else
     {
-      ndbout_c("");
+      printf("\n");
     }
   }
   
Thread
bk commit into 5.1 tree (jonas:1.2810)jonas20 Dec