Always include debug members in objects
Having the structures be of the same size with and without debug mode is beneficial when debugging release binaries.
This commit is contained in:
@ -29,10 +29,6 @@
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#include <maxscale/alloc.h>
|
||||
|
||||
#if defined(SS_DEBUG)
|
||||
#include <maxscale/protocol/mysql.h>
|
||||
#endif
|
||||
|
||||
#define RWSPLIT_TRACE_MSG_LEN 1000
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user