~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2009-12-01 02:39:03 UTC
  • mfrom: (1234.1.4 push)
  • Revision ID: brian@gaz-20091201023903-1id5z7xnup695jaq
Merge of Brian + Jay test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  enum row_type get_row_type() const;
45
45
  uint32_t index_flags(uint32_t inx, uint32_t part, bool all_parts) const;
46
46
  const key_map *keys_to_use_for_scanning() { return &btree_keys; }
47
 
  uint32_t max_supported_keys()          const { return MAX_KEY; }
48
 
  uint32_t max_supported_key_part_length() const { return MAX_KEY_LENGTH; }
49
47
  double scan_time()
50
48
  { return (double) (stats.records+stats.deleted) / 20.0+10; }
51
49
  double read_time(uint32_t, uint32_t,