~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/command_applier.cc

  • Committer: Monty Taylor
  • Date: 2009-10-13 06:17:38 UTC
  • mto: (1130.3.33 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091013061738-rv5pmqulng8rfvjn
Removed runtime active flag from plugin::Plugin. Put a runtime enabled flag on CommandApplier and CommandReplicator - we can refactor this down into plugin::Plugin later if we need to.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  ReplicationServices &replication_services= ReplicationServices::singleton();
39
39
  replication_services.detachApplier(applier);
40
40
}
41