~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_index.h

  • Committer: Monty Taylor
  • Date: 2010-03-10 18:22:56 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1381.
  • Revision ID: mordred@inaugust.com-20100310182256-l2h9vxp3dhl6tvy7
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
  void clearError();
132
132
 
133
133
  TransactionLog &log; ///< The transaction log instance
134
 
  int log_file; ///< File descriptor for the transaction log file
135
134
  int index_file; ///< File descriptor for the transaction log on-disk index file
136
135
  const std::string index_file_path; ///< Filename of the on-disk transaction log index
137
136
  bool has_error; ///< Index is in error mode?