~stewart/drizzle/embedded-innodb-datetime

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_replicator.cc

  • Committer: Stewart Smith
  • Date: 2010-04-09 07:17:40 UTC
  • mfrom: (1398.1.1)
  • Revision ID: stewart@flamingspork.com-20100409071740-43t495xg39fa47z9
Merged embedded-innodb-enum-type into embedded-innodb-timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
bool plugin::TransactionReplicator::addPlugin(plugin::TransactionReplicator *replicator)
32
32
{
33
33
  ReplicationServices &replication_services= ReplicationServices::singleton();
34
 
  /** @TODO ReplicationServices should indicate error in some way here */
35
34
  replication_services.attachReplicator(replicator);
36
35
  return false;
37
36
}