39
39
/* Cross-platform portability code and standard includes */
40
40
#include <drizzled/global.h>
41
46
/* Lots of system-wide struct definitions like IO_CACHE,
42
47
prototypes for all my_* functions */
43
48
#include <mysys/my_sys.h>
44
49
/* Custom C string functions */
45
50
#include <mystrings/m_string.h>
46
51
/* Defines for the storage engine handler -- i.e. HA_XXX defines */
48
55
/* The <strong>INTERNAL</strong> plugin API - not the external, or public, server plugin API */