~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

  • Committer: Monty Taylor
  • Date: 2008-08-18 23:04:17 UTC
  • mfrom: (327.1.12 drizzle)
  • Revision ID: monty@inaugust.com-20080818230417-442rhihpahnout34
MergedĀ fromĀ trunk.

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,