~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.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:
280
280
 
281
281
  BlackholeEngine *blackhole_engine= new BlackholeEngine(engine_name);
282
282
 
283
 
  blackhole_engine->state= SHOW_OPTION_YES;
284
283
  blackhole_engine->flags= HTON_CAN_RECREATE;
285
284
 
286
285
  *engine= blackhole_engine;