MySQL 9.1.0
Source Code Documentation
|
Configures path to the root directory, where redo subdirectory might be located (or redo log files if the ruleset is older). More...
#include <log0types.h>
Public Member Functions | |
Log - files context | |
Log_files_context (const std::string &root_path="", Log_files_ruleset files_ruleset=Log_files_ruleset::CURRENT) | |
Public Attributes | |
std::string | m_root_path |
Path to the root directory. More... | |
Log_files_ruleset | m_files_ruleset |
Ruleset determining how file paths are built. More... | |
Configures path to the root directory, where redo subdirectory might be located (or redo log files if the ruleset is older).
Configures the ruleset that should be used when locating redo log files.
|
explicit |
Log_files_ruleset Log_files_context::m_files_ruleset |
Ruleset determining how file paths are built.
std::string Log_files_context::m_root_path |
Path to the root directory.