~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

  • Committer: Brian Aker
  • Date: 2009-04-29 01:45:36 UTC
  • mfrom: (1000.1.6 merge)
  • Revision ID: brian@gaz-20090429014536-pwu5m8ug6n8fvh68
Merge refactoring (mainly around TABLE_SHARE... one step forward...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  int repair(Session *session, MI_CHECK &param, bool optimize);
53
53
 
54
54
 public:
55
 
  ha_myisam(StorageEngine *engine, TABLE_SHARE *table_arg);
 
55
  ha_myisam(StorageEngine *engine, TableShare *table_arg);
56
56
  ~ha_myisam() {}
57
57
  handler *clone(MEM_ROOT *mem_root);
58
58
  const char *table_type() const { return "MyISAM"; }