~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-08 03:25:22 UTC
  • mfrom: (1977.1.6 build)
  • Revision ID: kalebral@gmail.com-20101208032522-p28o64pzi0etpd5g
Merge Andrew - fix for drizzledump bugs
Merge Brian - Fixed a couple of assert() and added abort where program logic would corrupt the instance
Merge Monty - more sys_var work, pbms and pbxt and some vars in innodb

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