69
65
/* Network database operations (hostent, netent, servent, etc...*/
71
67
/* Definitions that the client and the server have in common */
75
69
/* Contains system-wide constants and #defines */
76
70
#include <drizzled/definitions.h>
77
71
/* System-wide common data structures */
78
72
#include <drizzled/structs.h>
81
73
/* Custom continguous-section memory allocator */
82
74
#include <drizzled/sql_alloc.h>
83
75
/* Definition of the MY_LOCALE struct and some convenience functions */
84
76
#include <drizzled/sql_locale.h>
87
81
#define _DTRACE_VERSION 1