Skip to content

Struct oldest_active_event

ClassList > oldest_active_event

Public Types

Type Name
enum op_type
enum source

Public Attributes

Type Name
op_type m_set_or_get
source m_source
int m_tran_index_or_global
MVCCID m_value

Public Functions

Type Name
oldest_active_event & operator= (const oldest_active_event & other)

Public Types Documentation

enum op_type

enum oldest_active_event::op_type {
    SET,
    GET,
    GET_LOWEST_ACTIVE
};

enum source

enum oldest_active_event::source {
    BUILD_MVCC_INFO,
    COMPLETE_MVCC,
    RESET,
    ADVANCE_LOWEST,
    GET_OLDEST_ACTIVE
};

Public Attributes Documentation

variable m_set_or_get

op_type oldest_active_event::m_set_or_get;

variable m_source

source oldest_active_event::m_source;

variable m_tran_index_or_global

int oldest_active_event::m_tran_index_or_global;

variable m_value

MVCCID oldest_active_event::m_value;

Public Functions Documentation

function operator=

inline oldest_active_event & oldest_active_event::operator= (
    const  oldest_active_event & other
) 


The documentation for this class was generated from the following file cubrid/src/transaction/mvcc_table.cpp