MySQL 8.0.40
Source Code Documentation
|
Represents tables with their id, name, schema id and schema name. More...
#include <tablespace.h>
Public Member Functions | |
Tablespace_table_ref ()=default | |
Tablespace_table_ref (Object_id id, const String_type &&name, Object_id schema_id) | |
Public Attributes | |
Object_id | m_id |
String_type | m_name |
Object_id | m_schema_id |
String_type | m_schema_name |
bool | m_schema_encryption |
Represents tables with their id, name, schema id and schema name.
Needed to keep track of information when querying the dd to find tables in a tablespace.
|
default |
|
inline |
Object_id dd::Tablespace_table_ref::m_id |
String_type dd::Tablespace_table_ref::m_name |
bool dd::Tablespace_table_ref::m_schema_encryption |
Object_id dd::Tablespace_table_ref::m_schema_id |
String_type dd::Tablespace_table_ref::m_schema_name |