Home
last modified time | relevance | path

Searched refs:subpartition_type (Results 1 – 14 of 14) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/types/
H A Dtable.h214 virtual enum_subpartition_type subpartition_type() const = 0;
216 enum_subpartition_type subpartition_type) = 0;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dtable_impl.h290 virtual enum_subpartition_type subpartition_type() const { in subpartition_type() function
294 virtual void set_subpartition_type(enum_subpartition_type subpartition_type) { in set_subpartition_type() argument
295 m_subpartition_type = subpartition_type; in set_subpartition_type()
H A Dpartition_impl.cc98 if (m_table->subpartition_type() == Table::ST_NONE) in Partition_impl()
412 if (m_table->subpartition_type() == Table::ST_NONE) in Partition_impl()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/plugin/
H A Dndb_metadata.cc351 ctx.compare("subpartition_type", t1->subpartition_type(), in compare_table_def()
352 t2->subpartition_type()); in compare_table_def()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/
H A Dsdi_tablespace.cc183 if (table.subpartition_type() == Table::ST_NONE || in drop_tbl_sdi()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dimport_5_7.result273 "subpartition_type": 0,
H A Dsdi_delete_marked.result354 "subpartition_type": 0,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Ddict0dd.ic48 ut_ad((partition.table().subpartition_type() == dd::Table::ST_NONE) ==
H A Ddict0dd.h538 return (part->table().subpartition_type() == dd::Table::ST_NONE || in dd_part_is_stored()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ddd_table_share.cc1989 switch (tab_obj->subpartition_type()) { in fill_partitioning_from_dd()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Ddd_schema_definition_debug.result620 …`subpartition_type` enum('HASH','KEY_51','KEY_55','LINEAR_HASH','LINEAR_KEY_51','LINEAR_KEY_55') C…
H A Ddd_schema_dd_properties_debug.result2808 elem24=def=subpartition_type ENUM(
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/information_schema/r/
H A Di_s_schema_definition_debug.result713 …CASE tbl.subpartition_type WHEN 'HASH' THEN 'HASH' WHEN 'RANGE' THEN 'RANGE' WHEN 'LIST' THEN…
750 …CASE tbl.subpartition_type WHEN 'HASH' THEN 'HASH' WHEN 'RANGE' THEN 'RANGE' WHEN 'LIST' THEN…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/dict/
H A Ddict0dd.cc1220 ut_ad(((dd_part->table().subpartition_type() != dd::Table::ST_NONE) == in dd_table_open_on_dd_obj()