~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-10-09 20:27:15 UTC
  • mfrom: (1172.1.3 like)
  • Revision ID: brian@gaz-20091009202715-0crgyhshgxakso7o
Collection of merges from me.

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,