~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to drizzled/table.h

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
typedef enum enum_table_category TABLE_CATEGORY;
55
55
typedef struct st_columndef MI_COLUMNDEF;
56
56
 
57
 
bool create_myisam_from_heap(Session *session, Table *table,
58
 
                             MI_COLUMNDEF *start_recinfo,
59
 
                             MI_COLUMNDEF **recinfo,
60
 
                             int error, bool ignore_last_dupp_key_error);
61
 
 
62
57
/**
63
58
 * Class representing a set of records, either in a temporary, 
64
59
 * normal, or derived table.