61
62
enum status state; /**< The state the log is in */
62
63
drizzled::atomic<bool> is_enabled; /**< Internal toggle. Atomic to support online toggling of command log... */
63
64
drizzled::atomic<bool> is_active; /**< Internal toggle. If true, log was initialized properly... */
64
66
const char *log_file_path; /**< Full path to the log file */
65
67
drizzled::atomic<off_t> log_offset; /**< Offset in log file where log will write next command */