~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2009-05-21 19:15:01 UTC
  • mfrom: (991.1.12 for-brian)
  • Revision ID: brian@gaz-20090521191501-u5qe56byfubioj1r
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  ha_heap(StorageEngine *engine, TableShare *table);
42
42
  ~ha_heap() {}
43
43
  handler *clone(MEM_ROOT *mem_root);
44
 
  const char *table_type() const
45
 
  {
46
 
    return "MEMORY";
47
 
  }
 
44
 
48
45
  const char *index_type(uint32_t inx);
49
46
  enum row_type get_row_type() const;
50
47
  const char **bas_ext() const;