23#ifndef DD__TABLESPACE_ID_OWNER_VISITOR_INCLUDED
24#define DD__TABLESPACE_ID_OWNER_VISITOR_INCLUDED
45template <
class VISITOR_TYPE>
59 for (
const Partition *sp :
p.subpartitions()) {
87template <
class VISITOR_TYPE>
Definition: partition_index.h:46
Definition: partition.h:50
virtual const Index_collection & indexes() const =0
virtual const Partition_collection & partitions() const =0
const char * p
Definition: ctype-mb.cc:1234
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:42
bool visit_tablespace_id_owners(const Partition &p, VISITOR_TYPE &&visitor)
Visitor function which invokes its visitor argument on any subobject which holds a tablespace,...
Definition: tablespace_id_owner_visitor.h:46