~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
public:
39
39
  ha_heap(drizzled::plugin::StorageEngine &engine, TableShare &table);
40
40
  ~ha_heap() {}
41
 
  Cursor *clone(MEM_ROOT *mem_root);
 
41
  Cursor *clone(drizzled::memory::Root *mem_root);
42
42
 
43
43
  const char *index_type(uint32_t inx);
44
44
  enum row_type get_row_type() const;