~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Monty Taylor
  • Date: 2008-11-17 23:20:25 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081117232025-01m5jfd4l9cn93kb
Removed field.h from common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef DRIZZLED_STRUCTS_H
24
24
#define DRIZZLED_STRUCTS_H
25
25
 
26
 
#include <mysys/iocache.h>
 
26
#include <drizzled/base.h>
27
27
#include <mysys/definitions.h>
28
28
#include <drizzled/lex_string.h>
29
29
 
30
30
class Table;
31
31
class Field;
 
32
typedef struct st_io_cache IO_CACHE;
32
33
 
33
34
typedef struct st_date_time_format {
34
35
  unsigned char positions[8];