61
61
int log_file; /**< Handle for our log file */
62
62
enum status state; /**< The state the log is in */
65
63
drizzled::atomic<bool> do_checksum; ///< Do a CRC32 checksum when writing Command message to log?
66
64
const char *log_file_path; /**< Full path to the log file */
67
65
drizzled::atomic<off_t> log_offset; /**< Offset in log file where log will write next command */