~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  int end_bulk_insert();
102
102
  ha_rows records_in_range(uint inx, key_range *min_key, key_range *max_key);
103
103
  void update_create_info(HA_CREATE_INFO *create_info);
104
 
  int create(const char *name, TABLE *form, HA_CREATE_INFO *create_info);
 
104
  int create(const char *name, Table *form, HA_CREATE_INFO *create_info);
105
105
  THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
106
106
                             enum thr_lock_type lock_type);
107
107
  virtual void get_auto_increment(uint64_t offset, uint64_t increment,