Home
last modified time | relevance | path

Searched defs:undo_space (Results 1 – 12 of 12) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/srv/
H A Dsrv0start.cc748 undo::Tablespace undo_space(space_id); in srv_undo_tablespace_fixup_57() local
809 undo::Tablespace undo_space(undo::num2id(space_num, 0)); in srv_undo_tablespace_fixup_num() local
861 undo::Tablespace *undo_space = undo::spaces->find(space_num); in srv_undo_tablespace_fixup() local
998 undo::Tablespace undo_space(space_id); in srv_undo_tablespace_open_by_id() local
1040 undo::Tablespace undo_space(space_id); in srv_undo_tablespace_open_by_num() local
1194 for (auto undo_space : undo::spaces->m_spaces) { in srv_undo_tablespaces_create() local
1242 undo::Tablespace undo_space(space_id); in srv_undo_tablespaces_create() local
1376 undo::Tablespace undo_space(space_id); in srv_undo_tablespaces_upgrade() local
1413 for (const auto undo_space : undo::spaces->m_spaces) { in srv_undo_tablespaces_downgrade() local
1439 undo::Tablespace undo_space(space_id); in srv_undo_tablespace_create() local
[all …]
H A Dsrv0mon.cc1585 for (auto undo_space : undo::spaces->m_spaces) { in srv_mon_get_rseg_size() local
H A Dsrv0srv.cc1670 for (auto undo_space : undo::spaces->m_spaces) { in srv_export_innodb_status() local
2482 for (auto undo_space : undo::spaces->m_spaces) { in undo_rotate_default_master_key() local
2601 for (auto undo_space : undo::spaces->m_spaces) { in srv_enable_undo_encryption() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/trx/
H A Dtrx0purge.cc916 dberr_t start_logging(Tablespace *undo_space) { in start_logging()
973 Tablespace undo_space(id2num(space_num)); in done_logging() local
1026 Tablespace undo_space(id2num(space_num)); in is_active_truncate_log_present() local
1120 Tablespace *undo_space = spaces->find(id2num(space_id)); in set_active() local
1146 Tablespace *undo_space = spaces->find(id2num(space_id)); in is_active() local
1269 auto undo_space = undo::spaces->find(space_num); in trx_purge_mark_undo_for_truncate() local
1294 void undo::Truncate::mark(Tablespace *undo_space) { in mark()
1609 for (auto undo_space : undo::spaces->m_spaces) { in trx_purge_truncate_history() local
2512 auto undo_space = UT_NEW_NOKEY(Tablespace(ref_undo_space)); in add() local
2519 void undo::Tablespaces::drop(Tablespace *undo_space) { in drop()
H A Dtrx0rseg.cc407 for (auto undo_space : undo::spaces->m_spaces) { in trx_rsegs_init() local
750 for (auto undo_space : undo::spaces->m_spaces) { in trx_rseg_adjust_rollback_segments() local
781 undo::Tablespace *undo_space = undo::spaces->find(space_num); in trx_rseg_init_rollback_segments() local
H A Dtrx0trx.cc1026 for (auto undo_space : undo::spaces->m_spaces) { in trx_lists_init_at_db_start() local
1059 undo::Tablespace *undo_space; in get_next_redo_rseg_from_undo_spaces() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dtrx0purge.h653 for (auto undo_space : m_spaces) { in clear() local
701 auto undo_space = m_spaces.at(slot); in find() local
708 for (auto undo_space : m_spaces) { in find() local
884 Tablespace *undo_space = undo::spaces->at(s_scan_pos); in get_scan_space_num() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/handler/
H A Dha_innodb.cc3014 undo::Tablespace *undo_space = undo::spaces->find(space_num); in apply_dd_undo_state() local
3375 undo::Tablespace undo_space(space_id); in check() local
3518 for (auto undo_space : undo::spaces->m_spaces) { in predefine_undo_tablespaces() local
14678 undo::Tablespace undo_space(0); in validate_create_tablespace_info() local
15312 undo::Tablespace *undo_space, in innodb_alter_undo_tablespace_active()
15335 undo::Tablespace *undo_space, in innodb_alter_undo_tablespace_inactive()
15450 undo::Tablespace *undo_space = undo::spaces->find(space_num); in innodb_alter_undo_tablespace() local
15517 undo::Tablespace *undo_space = undo::spaces->find(space_num); in innodb_drop_undo_tablespace() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/log/
H A Dlog0ddl.cc1622 undo::Tablespace *undo_space = undo::spaces->find(space_num); in replay_delete_space_log() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/clone/
H A Dclone0api.cc1793 undo::Tablespace undo_space(space_id); in skip_tablespace() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/fil/
H A Dfil0fil.cc6330 undo::Tablespace *undo_space = undo::spaces->find(space_num); in adjust_space_name() local
10050 undo::Tablespace *undo_space = undo::spaces->find(space_num); in fil_tablespace_path_equals() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/dict/
H A Ddict0dd.cc6764 undo::Tablespace *undo_space = undo::spaces->find(undo::id2num(space_id)); in dd_tablespace_get_state_enum() local