MySQL 8.3.0
Source Code Documentation
Log_files_context Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Log_files_context()

Log_files_context::Log_files_context ( const std::string &  root_path = "",
Log_files_ruleset  files_ruleset = Log_files_ruleset::CURRENT 
)
explicit

Member Data Documentation

◆ m_files_ruleset

Log_files_ruleset Log_files_context::m_files_ruleset

Ruleset determining how file paths are built.

◆ m_root_path

std::string Log_files_context::m_root_path

Path to the root directory.


The documentation for this struct was generated from the following files: