~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2008-09-26 23:52:54 UTC
  • Revision ID: brian@tangent.org-20080926235254-537jgpyq4g4ce0n2
First pass to dump legacy types (wow! this has been a long time coming)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1776
1776
 
1777
1777
  myisam_hton= (handlerton *)p;
1778
1778
  myisam_hton->state= SHOW_OPTION_YES;
1779
 
  myisam_hton->db_type= DB_TYPE_MYISAM;
1780
1779
  myisam_hton->create= myisam_create_handler;
1781
1780
  myisam_hton->flags= HTON_CAN_RECREATE | HTON_SUPPORT_LOG_TABLES;
1782
1781
  return 0;