~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2008-11-18 23:19:19 UTC
  • mfrom: (584.1.16 devel)
  • Revision ID: brian@tangent.org-20081118231919-w9sr347dtiwhccml
Merge of Monty's work.

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];