69
67
/* Definitions that the client and the server have in common */
70
68
#include <drizzled/common.h>
73
69
/* Contains system-wide constants and #defines */
74
70
#include <drizzled/definitions.h>
75
71
/* System-wide common data structures */
76
72
#include <drizzled/structs.h>
79
73
/* Custom continguous-section memory allocator */
80
74
#include <drizzled/sql_alloc.h>
81
75
/* Definition of the MY_LOCALE struct and some convenience functions */