~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_entry.cc

  • Committer: Jay Pipes
  • Date: 2010-03-16 21:30:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1351.
  • Revision ID: jpipes@serialcoder-20100316213044-e4f0xc0aga34l1es
NO CODE CHANGES - Simply moves pieces of ReplicationServices to TransactionServices.  Preparation for making the ReplicationServices component only responsible for communication between replicators, appliers, publishers, and subscribers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include "transaction_log_entry.h"
34
34
 
 
35
#include <drizzled/message/transaction.pb.h>
 
36
 
35
37
#include <string>
36
38
#include <map>
37
39