1
#ifndef __NETWORK_DEBUG_H__
2
#define __NETWORK_DEBUG_H__
5
* if NETWORK_DEBUG_TRACE_IO is defined, the network layer will log the
6
* raw MySQL packets as log-level "debug"
8
* #define NETWORK_DEBUG_TRACE_IO 1
12
* if NETWORK_DEBUG_TRACE_STATE_CHANGES is defined the state engine for
13
* the mysql protocol will log all state changes
15
* #define NETWORK_DEBUG_TRACE_STATE_CHANGES 1