~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

  • Committer: Brian Aker
  • Date: 2009-11-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
MergeĀ forĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
  void start_bulk_insert(ha_rows rows);
87
87
  int end_bulk_insert();
88
88
  ha_rows records_in_range(uint32_t inx, key_range *min_key, key_range *max_key);
89
 
  THR_LOCK_DATA **store_lock(Session *session, THR_LOCK_DATA **to,
90
 
                             enum thr_lock_type lock_type);
91
89
  virtual void get_auto_increment(uint64_t offset, uint64_t increment,
92
90
                                  uint64_t nb_desired_values,
93
91
                                  uint64_t *first_value,