|
CUBRID Engine
latest
|

Public Types | |
| enum | op_type { SET, GET, GET_LOWEST_ACTIVE } |
| enum | source { BUILD_MVCC_INFO, COMPLETE_MVCC, RESET, ADVANCE_LOWEST, GET_OLDEST_ACTIVE } |
Public Member Functions | |
| oldest_active_event & | operator= (const oldest_active_event &other) |
Public Attributes | |
| MVCCID | m_value |
| int | m_tran_index_or_global |
| op_type | m_set_or_get |
| source | m_source |
Definition at line 34 of file mvcc_table.cpp.
| Enumerator | |
|---|---|
| SET | |
| GET | |
| GET_LOWEST_ACTIVE | |
Definition at line 36 of file mvcc_table.cpp.
| Enumerator | |
|---|---|
| BUILD_MVCC_INFO | |
| COMPLETE_MVCC | |
| RESET | |
| ADVANCE_LOWEST | |
| GET_OLDEST_ACTIVE | |
Definition at line 43 of file mvcc_table.cpp.
|
inline |
Definition at line 58 of file mvcc_table.cpp.
References m_set_or_get, m_source, m_tran_index_or_global, and m_value.
| op_type oldest_active_event::m_set_or_get |
Definition at line 54 of file mvcc_table.cpp.
Referenced by operator=().
| source oldest_active_event::m_source |
Definition at line 55 of file mvcc_table.cpp.
Referenced by operator=().
| int oldest_active_event::m_tran_index_or_global |
Definition at line 53 of file mvcc_table.cpp.
Referenced by operator=().
| MVCCID oldest_active_event::m_value |
Definition at line 52 of file mvcc_table.cpp.
Referenced by operator=().