26#ifndef MYSQL_HARNESS_LOADER_CONFIG_INCLUDED
27#define MYSQL_HARNESS_LOADER_CONFIG_INCLUDED
32#include "harness_export.h"
59 void fill_and_check();
92 void read(std::istream &input);
98 bool logging_to_file()
const;
105 Path get_log_file()
const;
A helper class for handling file paths.
Definition: path.h:38
Configuration.
Definition: config_parser.h:253
Config(unsigned int flags=0U, const ConfigOverwrites &config_overwrites={})
Construct a configuration.
Definition: config_parser.cc:213
Configuration file handler for the loader.
Definition: loader_config.h:46
Class representing a path in a file system.
Definition: filesystem.h:63
static char * path
Definition: mysqldump.cc:149