~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to src/network-debug.h

  • Committer: Kay Roepke
  • Date: 2009-01-20 12:04:47 UTC
  • Revision ID: kay@mysql.com-20090120120447-fkoxq5ovwf9iyk4v
add the wrapper script/makefile fu to start mysql-proxy without having to set the environment variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __NETWORK_DEBUG_H__
2
 
#define __NETWORK_DEBUG_H__
3
 
 
4
 
/**
5
 
 * if NETWORK_DEBUG_TRACE_IO is defined, the network layer will log the
6
 
 * raw MySQL packets as log-level "debug"
7
 
 *
8
 
 * #define NETWORK_DEBUG_TRACE_IO 1
9
 
 */
10
 
 
11
 
/**
12
 
 * if NETWORK_DEBUG_TRACE_STATE_CHANGES is defined the state engine for
13
 
 * the mysql protocol will log all state changes 
14
 
 *
15
 
 * #define NETWORK_DEBUG_TRACE_STATE_CHANGES 1
16
 
 */
17
 
 
18
 
#endif