X Tutup
#ifndef __NETWORK_DEBUG_H__ #define __NETWORK_DEBUG_H__ /** * if NETWORK_DEBUG_TRACE_IO is defined, the network layer will log the * raw MySQL packets as log-level "debug" * * #define NETWORK_DEBUG_TRACE_IO 1 */ /** * if NETWORK_DEBUG_TRACE_STATE_CHANGES is defined the state engine for * the mysql protocol will log all state changes * * #define NETWORK_DEBUG_TRACE_STATE_CHANGES 1 */ #endif
X Tutup