~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:20:29 UTC
  • mfrom: (1117.1.9 merge)
  • Revision ID: brian@gaz-20090818072029-s9ch5lcmltxwidn7
Merge of Brian

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,