~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_index.h

Merge of Jay

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?