~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.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:
95
95
  int indexes_are_disabled(void);
96
96
  ha_rows records_in_range(uint32_t inx, key_range *min_key, key_range *max_key);
97
97
  void drop_table(const char *name);
98
 
  void update_create_info(HA_CREATE_INFO *create_info);
99
98
 
100
99
  THR_LOCK_DATA **store_lock(Session *session, THR_LOCK_DATA **to,
101
100
                             enum thr_lock_type lock_type);