173
173
int log_file; ///< Handle for our log file
175
175
drizzled::atomic<bool> do_checksum; ///< Do a CRC32 checksum when writing Transaction message to log?
176
176
const std::string log_file_path; ///< Full path to the log file
177
177
std::string log_file_name; ///< Name of the log file