CUBRID Engine
latest
|
#include <log_impl.h>
Public Attributes | |
int | num_total_indices |
int | num_assigned_indices |
int | num_coord_loose_end_indices |
int | num_prepared_loose_end_indices |
int | hint_free_index |
volatile sig_atomic_t | num_interrupts |
LOG_ADDR_TDESAREA * | area |
LOG_TDES ** | all_tdes |
Definition at line 579 of file log_impl.h.
LOG_TDES** trantable::all_tdes |
Definition at line 595 of file log_impl.h.
Referenced by css_change_ha_server_state(), cubload::load_task::execute(), LOG_FIND_TDES(), log_find_unilaterally_largest_undo_lsa(), logtb_allocate_tdes_area(), logtb_allocate_tran_index(), logtb_collect_local_clients(), logtb_count_clients(), logtb_count_not_allowed_clients_in_maintenance_mode(), logtb_create_unique_stats_from_repr(), logtb_descriptors_start_scan(), logtb_expand_trantable(), logtb_finalize_mvcc_testing(), logtb_find_current_tranid(), logtb_find_smallest_and_largest_active_pages(), logtb_find_smallest_lsa(), logtb_find_tran_index(), logtb_free_tran_index_with_undo_lsa(), logtb_get_system_tdes(), logtb_initialize_mvcc_testing(), logtb_initialize_trantable(), logtb_is_active(), logtb_istran_finished(), logtb_set_num_loose_end_trans(), logtb_undefine_trantable(), xlogtb_does_active_user_exist(), xlogtb_dump_trantable(), and xlogtb_get_pack_tran_table().
LOG_ADDR_TDESAREA* trantable::area |
Definition at line 594 of file log_impl.h.
Referenced by log_abort_all_active_transaction(), log_create_internal(), log_final(), log_get_io_page_size(), log_initialize_internal(), log_rv_outside_noop_redo(), logpb_delete(), logpb_find_header_parameters(), logtb_allocate_tdes_area(), logtb_define_trantable_log_latch(), logtb_expand_trantable(), logtb_finalize_mvcc_testing(), logtb_initialize_mvcc_testing(), logtb_initialize_trantable(), logtb_is_interrupted(), logtb_is_interrupted_tran(), logtb_set_suppress_repl_on_transaction(), logtb_set_tran_index_interrupt(), and logtb_undefine_trantable().
int trantable::hint_free_index |
Definition at line 587 of file log_impl.h.
Referenced by logtb_allocate_tran_index(), logtb_expand_trantable(), logtb_free_tran_index(), and logtb_initialize_trantable().
int trantable::num_assigned_indices |
Definition at line 582 of file log_impl.h.
Referenced by logpb_checkpoint(), logpb_checkpoint_topops(), logtb_decrement_number_of_assigned_tran_indices(), logtb_increment_number_of_assigned_tran_indices(), logtb_initialize_trantable(), and logtb_set_number_of_assigned_tran_indices().
int trantable::num_coord_loose_end_indices |
Definition at line 584 of file log_impl.h.
Referenced by log_complete_for_2pc(), log_recovery(), logtb_initialize_trantable(), logtb_release_tran_index(), logtb_set_loose_end_tdes(), and logtb_set_num_loose_end_trans().
volatile sig_atomic_t trantable::num_interrupts |
Definition at line 592 of file log_impl.h.
Referenced by logtb_clear_tdes(), logtb_initialize_trantable(), logtb_is_interrupted_tdes(), and logtb_set_tran_index_interrupt().
int trantable::num_prepared_loose_end_indices |
Definition at line 586 of file log_impl.h.
Referenced by log_2pc_attach_client(), log_2pc_attach_global_tran(), log_recovery(), log_set_no_logging(), logtb_initialize_trantable(), logtb_release_tran_index(), logtb_set_loose_end_tdes(), and logtb_set_num_loose_end_trans().
int trantable::num_total_indices |
Definition at line 581 of file log_impl.h.
Referenced by css_change_ha_server_state(), log_2pc_check_duplicate_global_tran_id(), log_2pc_find_tran_descriptor(), log_2pc_get_global_tran_info(), log_2pc_prepare_global_tran(), log_2pc_recovery(), log_2pc_recovery_prepared(), log_2pc_set_global_tran_info(), log_abort_all_active_transaction(), log_final(), LOG_FIND_TDES(), log_get_io_page_size(), log_initialize_internal(), log_recovery_abort_all_atomic_sysops(), log_recovery_finish_all_postpone(), log_recovery_undo(), logpb_checkpoint(), logpb_find_header_parameters(), logtb_count_clients(), logtb_count_not_allowed_clients_in_maintenance_mode(), logtb_finalize_mvcc_testing(), logtb_find_current_tranid(), logtb_get_number_of_total_tran_indices(), logtb_get_system_tdes(), logtb_initialize_mvcc_testing(), logtb_initialize_trantable(), and logtb_set_number_of_total_tran_indices().