~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log.cc

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
TransactionLog *transaction_log= NULL; /* The singleton transaction log */
97
97
 
98
 
TransactionLog::TransactionLog(const string in_log_file_path,
 
98
TransactionLog::TransactionLog(const string &in_log_file_path,
99
99
                               uint32_t in_flush_frequency,
100
100
                               bool in_do_checksum) : 
101
101
    state(OFFLINE),