~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2009-10-02 19:38:12 UTC
  • mfrom: (1152.1.7 merge)
  • Revision ID: brian@gaz-20091002193812-mpd61oecep74t6gd
Merge Monty + Brian for plugins.

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(StorageEngine *engine, TableShare *table);
 
39
  ha_heap(drizzled::plugin::StorageEngine *engine, TableShare *table);
40
40
  ~ha_heap() {}
41
41
  handler *clone(MEM_ROOT *mem_root);
42
42