~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

  • Committer: Stewart Smith
  • Date: 2009-06-03 02:42:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1053.
  • Revision ID: stewart@flamingspork.com-20090603024222-h614blveuihhdpot
move handler::rename_table to StorageEngine

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
  int indexes_are_disabled(void);
97
97
  ha_rows records_in_range(uint32_t inx, key_range *min_key, key_range *max_key);
98
98
  void drop_table(const char *name);
99
 
  int rename_table(const char * from, const char * to);
100
99
  void update_create_info(HA_CREATE_INFO *create_info);
101
100
 
102
101
  THR_LOCK_DATA **store_lock(Session *session, THR_LOCK_DATA **to,