List:Commits« Previous MessageNext Message »
From:msvensson Date:December 14 2006 8:48pm
Subject:bk commit into 5.0 tree (msvensson:1.2356)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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, 2006-12-14 21:48:08+01:00, msvensson@neptunus.(none) +1 -0
  Put the DBUG_DUMP inside ifdef DEBUG_DATA_PACKETS

  sql/net_serv.cc@stripped, 2006-12-14 21:48:07+01:00, msvensson@neptunus.(none) +4 -1
    Put the DBUG_DUMP inside ifdef DEBUG_DATA_PACKETS

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0-maint

--- 1.93/sql/net_serv.cc	2006-12-14 21:48:13 +01:00
+++ 1.94/sql/net_serv.cc	2006-12-14 21:48:13 +01:00
@@ -597,7 +597,10 @@ net_real_write(NET *net,const char *pack
   }
 #endif /* HAVE_COMPRESS */
 
-  /* DBUG_DUMP("net",packet,len); */
+#ifdef DEBUG_DATA_PACKETS
+  DBUG_DUMP("data",packet,len);
+#endif
+
 #ifndef NO_ALARM
   thr_alarm_init(&alarmed);
   if (net_blocking)
Thread
bk commit into 5.0 tree (msvensson:1.2356)msvensson14 Dec