Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/fil/
H A Dfil0fil.cc419 auto it = m_ibd_paths.find(space_id); in find()
421 if (it != m_ibd_paths.end()) { in find()
441 auto n_erased = m_ibd_paths.erase(space_id); in erase_path()
451 m_ibd_paths.clear(); in clear()
469 Paths m_ibd_paths; member in Tablespace_files
2202 names = &m_ibd_paths[space_id]; in add()
2212 for (auto path : m_ibd_paths) { in open_ibds()
4335 : m_ibd_paths(), m_undo_paths(), m_dir(dir) { in Tablespace_files()