List:Commits« Previous MessageNext Message »
From:jonas Date:February 2 2006 7:16pm
Subject:bk commit into 5.1 tree (jonas:1.2128)
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
  1.2128 06/02/02 20:15:51 jonas@eel.(none) +2 -0
  ndb - remove debug printouts

  storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
    1.89 06/02/02 20:15:46 jonas@eel.(none) +0 -3
    remove debug printouts

  storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
    1.50 06/02/02 20:15:46 jonas@eel.(none) +1 -4
    remove debug printouts

# 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:	eel.(none)
# Root:	/home/jonas/src/mysql-5.1-new

--- 1.49/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2006-01-29 15:53:30 +01:00
+++ 1.50/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp	2006-02-02 20:15:46 +01:00
@@ -9992,7 +9992,7 @@
   jamEntry();
   ndbrequire(c_lcpState.lcpStatus != LCP_STATUS_IDLE);
   
-#if 1
+#if 0
   printLCP_FRAG_REP(stdout, 
 		    signal->getDataPtr(),
 		    signal->length(), number());
@@ -12789,9 +12789,6 @@
 
     sendSignal(ref, GSN_START_FRAGREQ, signal, 
 	       StartFragReq::SignalLength, JBB);
-
-    printSTART_FRAG_REQ(stdout, signal->theData, 
-			StartFragReq::SignalLength, DBLQH);
   }//for
 }//Dbdih::sendStartFragreq()
 

--- 1.88/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2006-01-29 23:13:36 +01:00
+++ 1.89/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2006-02-02 20:15:46 +01:00
@@ -930,9 +930,6 @@
   jamEntry();
   LqhFragReq * req = (LqhFragReq*)signal->getDataPtr();
   
-  printLQH_FRAG_REQ(stdout, signal->getDataPtr(),
-		    signal->getLength(), number());
-  
   Uint32 retPtr = req->senderData;
   BlockReference retRef = req->senderRef;
   Uint32 fragId = req->fragmentId;
Thread
bk commit into 5.1 tree (jonas:1.2128)jonas2 Feb