MySQL 8.3.0
Source Code Documentation
tablespace_id_owner_visitor.h File Reference

Go to the source code of this file.

Namespaces

namespace  dd
 The version of the current data dictionary table definitions.
 

Functions

template<class VISITOR_TYPE >
bool dd::visit_tablespace_id_owners (const Partition &p, VISITOR_TYPE &&visitor)
 Visitor function which invokes its visitor argument on any subobject which holds a tablespace, that is, the partition itself, its Partition_indexes, its sub-partitions, and Partition_indexes of those. More...
 
template<class VISITOR_TYPE >
bool dd::visit_tablespace_id_owners (const Table &t, VISITOR_TYPE &&visitor)
 Visitor function which invokes its visitor argument on any subobject which holds a tablespace, that is, the table itself, its m_indexes, its m_partitions, and m_indexes (Partition_index) of each partition and sub-partition. More...