Real paths of dirs directly under the MySQL datadir (symlinks resolved)
More...
#include <fil0fil.h>
|
| bool | contains (const std::string &discovered_dir) const |
| | Check whether a dir path matches with one of the dirs directly under the MySQL datadir. More...
|
| |
|
| using | Dirs = std::unordered_set< std::string > |
| |
Real paths of dirs directly under the MySQL datadir (symlinks resolved)
◆ Dirs
◆ contains()
| bool Dirs_in_datadir::contains |
( |
const std::string & |
discovered_dir | ) |
const |
Check whether a dir path matches with one of the dirs directly under the MySQL datadir.
- Parameters
-
| [in] | discovered_dir | directory path to check |
- Returns
- true if discovered_dir resolves to a known schema directory
◆ make()
Build the set of dirs directly under the MySQL datadir.
- Returns
- set of real paths of dirs directly under MySQL datadir
◆ m_dirs
| Dirs Dirs_in_datadir::m_dirs |
|
private |
Normalized paths of all dirs directly under the MySQL datadir.
The documentation for this class was generated from the following files: