~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_applier.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  apply(drizzled::Session &in_session,
83
83
        const drizzled::message::Transaction &to_apply);
84
84
private:
85
 
  /* Don't allows these */
86
 
  TransactionLogApplier();
87
 
  TransactionLogApplier(const TransactionLogApplier &other);
88
 
  TransactionLogApplier &operator=(const TransactionLogApplier &other);
89
85
  /** 
90
86
   * This Applier owns the memory of the associated TransactionLog 
91
87
   * and its index - so we have to track it.