~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.h

  • Committer: Monty Taylor
  • Date: 2009-03-24 18:13:47 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324181347-phblgoj913uph2hs
Rename hton to engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  uint32_t    key_stat_version;
39
39
  bool internal_table;
40
40
public:
41
 
  ha_heap(StorageEngine *hton, TABLE_SHARE *table);
 
41
  ha_heap(StorageEngine *engine, TABLE_SHARE *table);
42
42
  ~ha_heap() {}
43
43
  handler *clone(MEM_ROOT *mem_root);
44
44
  const char *table_type() const