~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Monty Taylor
  • Date: 2008-10-30 18:44:27 UTC
  • mto: (520.4.35 devel)
  • mto: This revision was merged to the branch mainline in revision 572.
  • Revision ID: monty@inaugust.com-20081030184427-7cr1v6r5cqnuqm3v
Removed global sql_array.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
 
39
39
/* Cross-platform portability code and standard includes */
40
 
#include <drizzled/global.h>                    
41
 
/* Lots of system-wide struct definitions like IO_CACHE, prototypes for all my_* functions */
42
 
#include <mysys/my_sys.h>                       
 
40
#include <drizzled/global.h>
 
41
/* Lots of system-wide struct definitions like IO_CACHE,
 
42
   prototypes for all my_* functions */
 
43
#include <mysys/my_sys.h>
43
44
/* Custom C string functions */
44
45
#include <mystrings/m_string.h>
45
46
/* Defines for the storage engine handler -- i.e. HA_XXX defines */
46
47
#include <drizzled/base.h>                                      /* Needed by field.h */
47
 
/* Array of pointers to Elem that uses memory from MEM_ROOT */
48
 
#include "sql_array.h"
49
48
/* The <strong>INTERNAL</strong> plugin API - not the external, or public, server plugin API */
50
49
#include "sql_plugin.h"
51
50
/* Contains system-wide constants and #defines */