~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/replication_log.h

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-21 16:39:40 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221163940-c1pfo1jjvx7909xq
Tags: 2010.12.06-0ubuntu1
* New upstream release.
* Added libaio-dev build depend for InnoDB.
* Removed libpcre patch - applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <string>
27
27
 
28
 
class ReplicationLog: public drizzled::plugin::TransactionApplier 
 
28
class ReplicationLog :
 
29
  public drizzled::plugin::TransactionApplier 
29
30
{
 
31
  ReplicationLog(const ReplicationLog&);
 
32
  ReplicationLog& operator=(const ReplicationLog&);
30
33
public:
31
34
  ReplicationLog();
32
35