~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Monty Taylor
  • Date: 2009-03-26 07:44:35 UTC
  • mto: (968.2.25 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090326074435-h0j2cffsd6mnejo8
Refactored state into is_enabled() call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1821
1821
  StorageEngine **engine= static_cast<StorageEngine **>(p);
1822
1822
  
1823
1823
  *engine= new MyisamEngine(engine_name);
1824
 
  (*engine)->state= SHOW_OPTION_YES;
1825
1824
  (*engine)->flags= HTON_CAN_RECREATE | HTON_SUPPORT_LOG_TABLES;
1826
1825
 
1827
1826
  return 0;