~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.h

  • Committer: Siddharth Prakash Singh
  • Date: 2010-03-26 19:25:23 UTC
  • mfrom: (1410 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1425.
  • Revision ID: spsneo@spsneo-laptop-20100326192523-ibjlbt1p692vobtj
merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
} /* namespace statement */
52
52
 
53
53
 
54
 
bool alter_table(Session *session, char *new_db, char *new_name,
 
54
bool alter_table(Session *session,
 
55
                 drizzled::TableIdentifier &original_table_identifier,
 
56
                 drizzled::TableIdentifier &new_table_identifier,
55
57
                 HA_CREATE_INFO *create_info,
56
58
                 message::Table &create_proto,
57
59
                 TableList *table_list,