~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2009-04-28 21:46:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: brian@gaz-20090428214657-8vxn7n9dc6epb3zy
Renamed TABLE_SHARE to TableShare

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 *engine, TABLE_SHARE *table);
 
41
  ha_heap(StorageEngine *engine, TableShare *table);
42
42
  ~ha_heap() {}
43
43
  handler *clone(MEM_ROOT *mem_root);
44
44
  const char *table_type() const