~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.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:
50
50
  StorageEngine **engine= static_cast<StorageEngine **>(p);
51
51
  *engine= new HeapEngine(engine_name);
52
52
 
53
 
  (*engine)->state=      SHOW_OPTION_YES;
54
53
  (*engine)->flags=      HTON_CAN_RECREATE;
55
54
 
56
55
  return 0;