~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

  • Committer: Brian Aker
  • Date: 2009-08-18 07:20:29 UTC
  • mfrom: (1117.1.9 merge)
  • Revision ID: brian@gaz-20090818072029-s9ch5lcmltxwidn7
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
  void start_bulk_insert(ha_rows rows);
97
97
  int end_bulk_insert();
98
98
  ha_rows records_in_range(uint32_t inx, key_range *min_key, key_range *max_key);
99
 
  void update_create_info(HA_CREATE_INFO *create_info);
100
99
  int create(const char *name, Table *form, HA_CREATE_INFO *create_info);
101
100
  THR_LOCK_DATA **store_lock(Session *session, THR_LOCK_DATA **to,
102
101
                             enum thr_lock_type lock_type);