Home
last modified time | relevance | path

Searched refs:dd_first_index (Results 1 – 4 of 4) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Ddict0dd.h520 inline const dd::Index *dd_first_index(const dd::Table *table) { in dd_first_index() function
528 inline const dd::Partition_index *dd_first_index( in dd_first_index() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/dict/
H A Ddict0dd.cc4581 dd_space_id = dd_first_index(table_def)->tablespace_id(); in dd_get_first_path()
4585 dd_space_id = dd_first_index(dd_table)->tablespace_id(); in dd_get_first_path()
4842 dd_space_id = dd_first_index(table_def)->tablespace_id(); in dd_space_get_name()
4846 dd_space_id = dd_first_index(dd_table)->tablespace_id(); in dd_space_get_name()
4948 client, dd_first_index(dd_table)->tablespace_id(), &implicit, in dd_open_table_one()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/handler/
H A Dhandler0alter.cc3824 dd::Object_id old_space_id = dd_first_index(old_dd_tab)->tablespace_id(); in dd_prepare_inplace_alter_table()
3962 dd_space_id = dd_first_index(old_dd_tab)->tablespace_id(); in dd_commit_inplace_alter_table()
3979 dd_space_id = dd_first_index(old_dd_tab)->tablespace_id(); in dd_commit_inplace_alter_table()
H A Dha_innodb.cc13588 dd::Object_id dd_space_id = dd_first_index(dd_tab)->tablespace_id(); in delete_impl()
13683 auto dd_space_id = dd_first_index(to_table)->tablespace_id(); in rename_impl()
13869 m_dd_table->set_tablespace_id(dd_first_index(m_dd_table)->tablespace_id()); in truncate()