MySQL 8.0.37
Source Code Documentation
Commit_order_trx_dependency_tracker Class Reference

Generate logical timestamps for MTS using COMMIT_ORDER in the binlog-transaction-dependency-tracking option. More...

#include <rpl_trx_tracking.h>

Public Member Functions

void get_dependency (THD *thd, int64 &sequence_number, int64 &commit_parent)
 Main function that gets the dependencies using the COMMIT_ORDER tracker. More...
 
void update_max_committed (int64 sequence_number)
 
Logical_clock get_max_committed_transaction ()
 
int64 step ()
 
void rotate ()
 

Private Attributes

Logical_clock m_max_committed_transaction
 
Logical_clock m_transaction_counter
 
int64 m_last_blocking_transaction = SEQ_UNINIT
 

Detailed Description

Generate logical timestamps for MTS using COMMIT_ORDER in the binlog-transaction-dependency-tracking option.

Member Function Documentation

◆ get_dependency()

void Commit_order_trx_dependency_tracker::get_dependency ( THD thd,
int64 sequence_number,
int64 commit_parent 
)

Main function that gets the dependencies using the COMMIT_ORDER tracker.

Get the sequence_number for a transaction, and get the last_commit based on parallel committing transactions.

Parameters
[in]thdTHD of the caller.
[in,out]sequence_numbersequence_number initialized and returned.
[in,out]commit_parentcommit_parent to be returned.
[in]thdCurrent THD from which to extract trx context.
[in,out]sequence_numberSequence number of current transaction.
[in,out]commit_parentCommit_parent of current transaction, pre-filled with the commit_parent calculated by the logical clock logic.

◆ get_max_committed_transaction()

Logical_clock Commit_order_trx_dependency_tracker::get_max_committed_transaction ( )
inline

◆ rotate()

void Commit_order_trx_dependency_tracker::rotate ( )

◆ step()

int64 Commit_order_trx_dependency_tracker::step ( )

◆ update_max_committed()

void Commit_order_trx_dependency_tracker::update_max_committed ( int64  sequence_number)

Member Data Documentation

◆ m_last_blocking_transaction

int64 Commit_order_trx_dependency_tracker::m_last_blocking_transaction = SEQ_UNINIT
private

◆ m_max_committed_transaction

Logical_clock Commit_order_trx_dependency_tracker::m_max_committed_transaction
private

◆ m_transaction_counter

Logical_clock Commit_order_trx_dependency_tracker::m_transaction_counter
private

The documentation for this class was generated from the following files: