~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

  • Committer: Brian Aker
  • Date: 2009-11-11 21:40:59 UTC
  • mfrom: (1208.3.3 reference)
  • mto: This revision was merged to the branch mainline in revision 1212.
  • Revision ID: brian@gaz-20091111214059-0xfxkwrrixpx2jd9
Update for cursor name change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  int repair(Session *session, MI_CHECK &param, bool optimize);
42
42
 
43
43
 public:
44
 
  ha_myisam(drizzled::plugin::StorageEngine *engine, TableShare *table_arg);
 
44
  ha_myisam(drizzled::plugin::StorageEngine &engine, TableShare &table_arg);
45
45
  ~ha_myisam() {}
46
46
  Cursor *clone(MEM_ROOT *mem_root);
47
47
  const char *index_type(uint32_t key_number);