List:Commits« Previous MessageNext Message »
From:jonas Date:February 16 2007 12:45am
Subject:bk commit into 5.1 tree (jonas:1.2111) BUG#26373
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-02-16 01:45:19+01:00, jonas@stripped +1 -0
  ndb - bug#26373
    remove printouts

  storage/ndb/src/common/transporter/TCP_Transporter.cpp@stripped, 2007-02-16 01:45:17+01:00, jonas@stripped +4 -0
    remove 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:	perch.ndb.mysql.com
# Root:	/home/jonas/src/drop6

--- 1.13/storage/ndb/src/common/transporter/TCP_Transporter.cpp	2007-02-16 01:45:22 +01:00
+++ 1.14/storage/ndb/src/common/transporter/TCP_Transporter.cpp	2007-02-16 01:45:22 +01:00
@@ -176,8 +176,10 @@
   if (setsockopt(fd, level, optval,
 		 (char*)&val, sizeof(val)) < 0)
   {
+#ifdef DEBUG_TRANSPORTER
     fprintf(stderr, "setsockopt(%s, %d) errno: %d %s\n", 
 	    optname, val, errno, strerror(errno));
+#endif
   }
   
   len = sizeof(actual);
@@ -185,8 +187,10 @@
 		  (char*)&actual, &len) == 0) &&
       actual != val)
   {
+#ifdef DEBUG_TRANSPORTER
     fprintf(stderr, "setsockopt(%s, %d) - actual %d default: %d\n", 
 	    optname, val, actual, defval);
+#endif
   }
 }
 
Thread
bk commit into 5.1 tree (jonas:1.2111) BUG#26373jonas16 Feb