~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "drizzled/field.h"
24
24
 
25
25
class Item;
 
26
typedef struct st_typelib TYPELIB;
26
27
 
27
28
/**
28
29
 * Class representing a field in a CREATE TABLE statement.