Home
last modified time | relevance | path

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

/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.h200 check_if_skip_database_by_path(
H A Dbackup_copy.cc281 if (check_if_skip_database_by_path(it->dbpath)) { in datadir_iter_next_database()
H A Dxtrabackup.cc2593 check_if_skip_database_by_path( in check_if_skip_database_by_path() function
3499 if (check_if_skip_database_by_path(dbpath)) { in enumerate_ibd_files()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.h200 check_if_skip_database_by_path(
H A Dbackup_copy.cc281 if (check_if_skip_database_by_path(it->dbpath)) { in datadir_iter_next_database()
H A Dxtrabackup.cc2593 check_if_skip_database_by_path( in check_if_skip_database_by_path() function
3499 if (check_if_skip_database_by_path(dbpath)) { in enumerate_ibd_files()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dxtrabackup.h255 check_if_skip_database_by_path(
H A Dbackup_copy.cc285 if (check_if_skip_database_by_path(it->dbpath)) { in datadir_iter_next_database()
H A Dxtrabackup.cc2589 check_if_skip_database_by_path( in check_if_skip_database_by_path() function
3862 if (check_if_skip_database_by_path(dbpath)) { in xb_load_single_table_tablespaces()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.h201 check_if_skip_database_by_path(
H A Dbackup_copy.cc279 if (check_if_skip_database_by_path(it->dbpath)) { in datadir_iter_next_database()
H A Dxtrabackup.cc2540 check_if_skip_database_by_path( in check_if_skip_database_by_path() function
3660 if (check_if_skip_database_by_path(dbpath)) { in enumerate_ibd_files()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.h201 check_if_skip_database_by_path(
H A Dbackup_copy.cc279 if (check_if_skip_database_by_path(it->dbpath)) { in datadir_iter_next_database()
H A Dxtrabackup.cc2591 check_if_skip_database_by_path(
3717 if (check_if_skip_database_by_path(dbpath)) {
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.h201 check_if_skip_database_by_path(
H A Dbackup_copy.cc279 if (check_if_skip_database_by_path(it->dbpath)) { in datadir_iter_next_database()
H A Dxtrabackup.cc2540 check_if_skip_database_by_path( in check_if_skip_database_by_path() function
3660 if (check_if_skip_database_by_path(dbpath)) { in enumerate_ibd_files()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.h201 check_if_skip_database_by_path(
H A Dbackup_copy.cc279 if (check_if_skip_database_by_path(it->dbpath)) { in datadir_iter_next_database()
H A Dxtrabackup.cc2591 check_if_skip_database_by_path( in check_if_skip_database_by_path() function
3717 if (check_if_skip_database_by_path(dbpath)) { in enumerate_ibd_files()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dxtrabackup.h228 bool check_if_skip_database_by_path(
H A Dxtrabackup.cc2674 bool check_if_skip_database_by_path( in check_if_skip_database_by_path() function
5597 if (S_ISDIR(statinfo.st_mode) && !check_if_skip_database_by_path(name)) { in process_datadir_l1cbk()