~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.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:
269
269
  if (binlog_engine == NULL)
270
270
  {
271
271
    binlog_engine= new BinlogEngine(engine_name);
272
 
    binlog_engine->state= SHOW_OPTION_YES;
273
272
    binlog_engine->savepoint_offset= sizeof(my_off_t);
274
273
    binlog_engine->flags= HTON_NOT_USER_SELECTABLE | HTON_HIDDEN;
275
274
  }