CUBRID Engine
latest
|
#include <log_record.hpp>
Public Attributes | |
LOG_LSA | lastparent_lsa |
LOG_LSA | prv_topresult_lsa |
LOG_SYSOP_END_TYPE | type |
const VFID * | vfid |
union { | |
LOG_REC_UNDO undo | |
LOG_REC_MVCC_UNDO mvcc_undo | |
LOG_LSA compensate_lsa | |
struct { | |
LOG_LSA postpone_lsa | |
bool is_sysop_postpone | |
} run_postpone | |
}; | |
Definition at line 293 of file log_record.hpp.
union { ... } |
LOG_LSA log_rec_sysop_end::compensate_lsa |
Definition at line 304 of file log_record.hpp.
Referenced by log_dump_record_sysop_end_internal(), log_recovery_undo(), log_rollback(), log_rv_analysis_sysop_end(), and log_sysop_end_logical_compensate().
bool log_rec_sysop_end::is_sysop_postpone |
Definition at line 308 of file log_record.hpp.
LOG_LSA log_rec_sysop_end::lastparent_lsa |
Definition at line 295 of file log_record.hpp.
Referenced by log_dump_record_sysop_end_internal(), log_get_next_nested_top(), log_recovery_abort_interrupted_sysop(), log_recovery_finish_sysop_postpone(), log_recovery_undo(), log_rollback(), log_rv_analysis_end_checkpoint(), log_rv_analysis_sysop_end(), log_rv_analysis_sysop_start_postpone(), log_sysop_abort(), log_sysop_commit_internal(), and prior_lsa_next_record_internal().
LOG_REC_MVCC_UNDO log_rec_sysop_end::mvcc_undo |
Definition at line 303 of file log_record.hpp.
Referenced by log_append_sysop_end(), log_dump_record_sysop_end_internal(), log_read_sysop_start_postpone(), log_recovery_undo(), log_rollback(), log_startof_nxrec(), log_sysop_end_logical_undo(), and vacuum_process_log_record().
LOG_LSA log_rec_sysop_end::postpone_lsa |
Definition at line 307 of file log_record.hpp.
LOG_LSA log_rec_sysop_end::prv_topresult_lsa |
Definition at line 296 of file log_record.hpp.
Referenced by log_dump_record_sysop_end_internal(), log_get_next_nested_top(), log_sysop_abort(), and log_sysop_commit_internal().
struct { ... } log_rec_sysop_end::run_postpone |
LOG_SYSOP_END_TYPE log_rec_sysop_end::type |
Definition at line 297 of file log_record.hpp.
Referenced by log_append_sysop_end(), log_dump_record_sysop_end_internal(), log_get_next_nested_top(), log_read_sysop_start_postpone(), log_recovery_abort_interrupted_sysop(), log_recovery_find_first_postpone(), log_recovery_finish_sysop_postpone(), log_recovery_redo(), log_recovery_undo(), log_rollback(), log_rv_analysis_sysop_end(), log_rv_analysis_sysop_start_postpone(), log_startof_nxrec(), log_sysop_abort(), log_sysop_commit(), log_sysop_commit_internal(), log_sysop_do_postpone(), log_sysop_end_logical_compensate(), log_sysop_end_logical_run_postpone(), log_sysop_end_logical_undo(), vacuum_process_log_record(), and vacuum_recover_lost_block_data().
LOG_REC_UNDO log_rec_sysop_end::undo |
Definition at line 302 of file log_record.hpp.
Referenced by log_append_sysop_end(), log_dump_record_sysop_end_internal(), log_read_sysop_start_postpone(), log_recovery_undo(), log_rollback(), log_startof_nxrec(), and log_sysop_end_logical_undo().
Definition at line 299 of file log_record.hpp.
Referenced by log_append_sysop_end(), and log_sysop_end_logical_undo().