MySQL 9.1.0
Source Code Documentation
|
Typedefs | |
using | DC = dd::cache::Dictionary_client |
Functions | |
const char * | ge_type (const dd::Table &) |
const char * | ge_type (const dd::Index &) |
const char * | ge_type (const dd::Partition &) |
const char * | ge_type (const dd::Partition_index &) |
template<typename DDT > | |
dd::Object_id | fetch_first_tablespace_id (const DDT &t) |
Traverses Table object with sub objects. More... | |
ReturnValueOrError< const dd::Tablespace * > | fetch_tablespace (THD *thd, dd::Object_id tsid) |
Traverses Table object with sub objects. More... | |
using anonymous_namespace{sdi_tablespace.cc}::DC = typedef dd::cache::Dictionary_client |
dd::Object_id anonymous_namespace{sdi_tablespace.cc}::fetch_first_tablespace_id | ( | const DDT & | t | ) |
Traverses Table object with sub objects.
Returns when the first valid (not INVALID_OBJECT_ID) tablespace id is found.
ReturnValueOrError< const dd::Tablespace * > anonymous_namespace{sdi_tablespace.cc}::fetch_tablespace | ( | THD * | thd, |
dd::Object_id | tsid | ||
) |
Traverses Table object with sub objects.
Returns when the Tablespace object corresponding to the first valid (not INVALID_OBJECT_ID) tablespace id is found.
const char * anonymous_namespace{sdi_tablespace.cc}::ge_type | ( | const dd::Index & | ) |
const char * anonymous_namespace{sdi_tablespace.cc}::ge_type | ( | const dd::Partition & | ) |
const char * anonymous_namespace{sdi_tablespace.cc}::ge_type | ( | const dd::Partition_index & | ) |
const char * anonymous_namespace{sdi_tablespace.cc}::ge_type | ( | const dd::Table & | ) |