~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_index.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:
115
115
  size_t getEntriesSizeInBytes();
116
116
  size_t getSizeInBytes();
117
117
private:
118
 
  /* Don't allows these */
119
 
  TransactionLogIndex();
120
 
  TransactionLogIndex(const TransactionLogIndex &other);
121
 
  TransactionLogIndex &operator=(const TransactionLogIndex &other);
122
118
  /**
123
119
   * Helper function to open/create the index from 
124
120
   * the transaction log.