~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Stewart Smith
  • Date: 2009-10-12 05:13:54 UTC
  • mfrom: (1178 staging)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091012051354-2n7zpid9f67ddsa0
mergeĀ lp:drizzle/build

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
  int ha_disable_indexes(uint32_t mode);
295
295
  int ha_enable_indexes(uint32_t mode);
296
296
  int ha_discard_or_import_tablespace(bool discard);
297
 
  void ha_drop_table(const char *name);
 
297
  void closeMarkForDelete(const char *name);
298
298
 
299
299
  void adjust_next_insert_id_after_explicit_value(uint64_t nr);
300
300
  int update_auto_increment();
883
883
                                bool tmp_table, uint32_t select_field_count);
884
884
 
885
885
bool mysql_recreate_table(Session *session, TableList *table_list);
886
 
bool mysql_create_like_table(Session *session, TableList *table,
887
 
                             TableList *src_table,
 
886
bool mysql_create_like_table(Session* session, TableList* table, TableList* src_table,
 
887
                             drizzled::message::Table& create_table_proto,
888
888
                             HA_CREATE_INFO *create_info);
889
889
bool mysql_rename_table(drizzled::plugin::StorageEngine *base, const char *old_db,
890
890
                        const char * old_name, const char *new_db,