~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

Merged captain branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
typedef enum enum_table_category TABLE_CATEGORY;
52
52
 
53
 
TABLE_CATEGORY get_table_category(const LEX_STRING *db,
54
 
                                  const LEX_STRING *name);
55
 
 
56
53
bool create_myisam_from_heap(Session *session, Table *table,
57
54
                             MI_COLUMNDEF *start_recinfo,
58
55
                             MI_COLUMNDEF **recinfo,