~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2009-11-12 16:13:04 UTC
  • mfrom: (1211.1.7 staging)
  • Revision ID: brian@gaz-20091112161304-opamiauv36fg0n6u
Rollup of Brian, Padraig, and Stewart patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  uint32_t    key_stat_version;
37
37
  bool internal_table;
38
38
public:
39
 
  ha_heap(drizzled::plugin::StorageEngine *engine, TableShare *table);
 
39
  ha_heap(drizzled::plugin::StorageEngine &engine, TableShare &table);
40
40
  ~ha_heap() {}
41
41
  Cursor *clone(MEM_ROOT *mem_root);
42
42