~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_index.cc

Merge of Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
TransactionLogIndex::TransactionLogIndex(TransactionLog &in_log) :
44
44
  log(in_log),
45
 
  log_file(-1),
46
45
  index_file(-1),
47
46
  index_file_path(),
48
47
  has_error(false),