~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

  • Committer: Monty Taylor
  • Date: 2009-05-28 07:42:18 UTC
  • mfrom: (1008.5.7 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 1041.
  • Revision ID: mordred@inaugust.com-20090528074218-ebu9xa3anf7ha1ls
Merged lee from lp:~kalebral/drizzle/drizzle-clean-code

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  ha_myisam(StorageEngine *engine, TableShare *table_arg);
56
56
  ~ha_myisam() {}
57
57
  handler *clone(MEM_ROOT *mem_root);
58
 
  const char *table_type() const { return "MyISAM"; }
59
58
  const char *index_type(uint32_t key_number);
60
59
  const char **bas_ext() const;
61
60
  uint64_t table_flags() const { return int_table_flags; }