~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Monty Taylor
  • Date: 2008-11-06 22:10:09 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081106221009-76yap6xcnilqmh0t
Moved stuff to handlerton.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <mysys/iocache.h>
27
27
#include <mysys/definitions.h>
 
28
#include <drizzled/lex_string.h>
28
29
 
29
30
class Table;
30
31
class Field;
156
157
  const char *time_format;
157
158
} KNOWN_DATE_TIME_FORMAT;
158
159
 
159
 
enum SHOW_COMP_OPTION { SHOW_OPTION_YES, SHOW_OPTION_NO, SHOW_OPTION_DISABLED};
160
160
 
161
161
extern const char *show_comp_option_name[];
162
162