~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.h

Merge trunk:

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
/** @TODO This should die with I_S engine work from Padraig */
61
61
bool create_like_schema_frm(Session* session,
62
62
                            TableList* schema_table,
63
 
                            HA_CREATE_INFO *create_info,
64
63
                            message::Table* table_proto);
65
64
 
66
65
} /* namespace drizzled */