~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
  const char *index_type(uint32_t inx);
44
44
  enum row_type get_row_type() const;
45
 
  uint32_t index_flags(uint32_t inx, uint32_t part, bool all_parts) const;
46
45
  const key_map *keys_to_use_for_scanning() { return &btree_keys; }
47
46
  double scan_time()
48
47
  { return (double) (stats.records+stats.deleted) / 20.0+10; }