Home
last modified time | relevance | path

Searched refs:m_subpartitions (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dpartition_impl.cc83 m_subpartitions(), in Partition_impl()
96 m_subpartitions(), in Partition_impl()
112 m_subpartitions(), in Partition_impl()
172 m_subpartitions.restore_items( in restore_children()
185 m_subpartitions.store_items(otx); in store_children()
197 m_subpartitions.drop_items( in drop_children()
343 ss << "m_subpartitions: " << m_subpartitions.size() << " [ "; in debug_print()
384 m_subpartitions.push_back(p); in add_subpartition()
406 m_subpartitions(), in Partition_impl()
410 m_subpartitions.deep_copy(src.m_subpartitions, this); in Partition_impl()
[all …]
H A Dpartition_impl.h252 return m_subpartitions; in subpartitions()
256 return &m_subpartitions; in subpartitions()
319 Table::Partition_collection m_subpartitions; variable