![]() |
MySQL 26.7.0
Source Code Documentation
|
Stores information about a single tablespace node. More...
#include <fsp0space.h>
Public Member Functions | |
| Tablespace_node (const std::string &name, page_no_t expected_size_in_pages, size_t order) | |
| page_no_t | expected_size_in_pages () const |
| const std::string & | name () const |
| size_t | order () const |
Private Attributes | |
| const std::string | m_name |
| It can be an absolute path to the node storage. More... | |
| const page_no_t | m_expected_size_in_pages |
| Expected size of the node in pages. More... | |
| const size_t | m_order |
| Node's position in the list of nodes of the tablespace it resides in. More... | |
Stores information about a single tablespace node.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Expected size of the node in pages.
|
private |
It can be an absolute path to the node storage.
It can be a relative path (using ./ or ../) to the process working directory. Otherwise it is a name, that is to be concatenated with Tablespace::path.
|
private |
Node's position in the list of nodes of the tablespace it resides in.