96
96
TransactionLog *transaction_log= NULL; /* The singleton transaction log */
98
98
TransactionLog::TransactionLog(const string in_log_file_path,
102
102
log_file_path(in_log_file_path),
106
106
do_checksum(in_do_checksum)
108
108
/* Setup our log file and determine the next write offset... */