~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-08-18 07:19:56 UTC
  • mfrom: (1116.1.3 stewart)
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090818071956-nfpoe9rp3i7p50kx
Merge my branch from Stewart into one branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
907
907
                                Alter_info *alter_info,
908
908
                                bool tmp_table, uint32_t select_field_count);
909
909
 
910
 
bool mysql_alter_table(Session *session, char *new_db, char *new_name,
911
 
                       HA_CREATE_INFO *create_info,
912
 
                       TableList *table_list,
913
 
                       Alter_info *alter_info,
914
 
                       uint32_t order_num, order_st *order, bool ignore);
915
910
bool mysql_recreate_table(Session *session, TableList *table_list);
916
911
bool mysql_create_like_table(Session *session, TableList *table,
917
912
                             TableList *src_table,