Put the DBUG_DUMP inside ifdef DEBUG_DATA_PACKETS
This commit is contained in:
parent
266d2ea447
commit
23fbae1f19
@ -597,7 +597,10 @@ net_real_write(NET *net,const char *packet,ulong len)
|
||||
}
|
||||
#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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user