~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log.cc

mergeĀ lp:~stewart/drizzle/cppcheck-by-reference

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),