MySQL 9.0.0
Source Code Documentation

#include <table_replication_applier_status_by_worker.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length
 
ulonglong worker_id
 
ulonglong thread_id
 
uint thread_id_is_null
 
enum_rpl_yes_no service_state
 
uint last_error_number
 
char last_error_message [MAX_SLAVE_ERRMSG]
 
uint last_error_message_length
 
ulonglong last_error_timestamp
 
char last_applied_trx [Gtid::MAX_TEXT_LENGTH+1]
 
uint last_applied_trx_length
 
ulonglong last_applied_trx_original_commit_timestamp
 
ulonglong last_applied_trx_immediate_commit_timestamp
 
ulonglong last_applied_trx_start_apply_timestamp
 
ulonglong last_applied_trx_end_apply_timestamp
 
char applying_trx [Gtid::MAX_TEXT_LENGTH+1]
 
uint applying_trx_length
 
ulonglong applying_trx_original_commit_timestamp
 
ulonglong applying_trx_immediate_commit_timestamp
 
ulonglong applying_trx_start_apply_timestamp
 
ulong last_applied_trx_retries_count
 
uint last_applied_trx_last_retry_err_number
 
char last_applied_trx_last_retry_err_msg [MAX_SLAVE_ERRMSG]
 
uint last_applied_trx_last_retry_err_msg_length
 
ulonglong last_applied_trx_last_retry_timestamp
 
ulong applying_trx_retries_count
 
uint applying_trx_last_retry_err_number
 
char applying_trx_last_retry_err_msg [MAX_SLAVE_ERRMSG]
 
uint applying_trx_last_retry_err_msg_length
 
ulonglong applying_trx_last_retry_timestamp
 

Member Data Documentation

◆ applying_trx

char st_row_worker::applying_trx[Gtid::MAX_TEXT_LENGTH+1]

◆ applying_trx_immediate_commit_timestamp

ulonglong st_row_worker::applying_trx_immediate_commit_timestamp

◆ applying_trx_last_retry_err_msg

char st_row_worker::applying_trx_last_retry_err_msg[MAX_SLAVE_ERRMSG]

◆ applying_trx_last_retry_err_msg_length

uint st_row_worker::applying_trx_last_retry_err_msg_length

◆ applying_trx_last_retry_err_number

uint st_row_worker::applying_trx_last_retry_err_number

◆ applying_trx_last_retry_timestamp

ulonglong st_row_worker::applying_trx_last_retry_timestamp

◆ applying_trx_length

uint st_row_worker::applying_trx_length

◆ applying_trx_original_commit_timestamp

ulonglong st_row_worker::applying_trx_original_commit_timestamp

◆ applying_trx_retries_count

ulong st_row_worker::applying_trx_retries_count

◆ applying_trx_start_apply_timestamp

ulonglong st_row_worker::applying_trx_start_apply_timestamp

◆ channel_name

char st_row_worker::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_worker::channel_name_length

◆ last_applied_trx

char st_row_worker::last_applied_trx[Gtid::MAX_TEXT_LENGTH+1]

◆ last_applied_trx_end_apply_timestamp

ulonglong st_row_worker::last_applied_trx_end_apply_timestamp

◆ last_applied_trx_immediate_commit_timestamp

ulonglong st_row_worker::last_applied_trx_immediate_commit_timestamp

◆ last_applied_trx_last_retry_err_msg

char st_row_worker::last_applied_trx_last_retry_err_msg[MAX_SLAVE_ERRMSG]

◆ last_applied_trx_last_retry_err_msg_length

uint st_row_worker::last_applied_trx_last_retry_err_msg_length

◆ last_applied_trx_last_retry_err_number

uint st_row_worker::last_applied_trx_last_retry_err_number

◆ last_applied_trx_last_retry_timestamp

ulonglong st_row_worker::last_applied_trx_last_retry_timestamp

◆ last_applied_trx_length

uint st_row_worker::last_applied_trx_length

◆ last_applied_trx_original_commit_timestamp

ulonglong st_row_worker::last_applied_trx_original_commit_timestamp

◆ last_applied_trx_retries_count

ulong st_row_worker::last_applied_trx_retries_count

◆ last_applied_trx_start_apply_timestamp

ulonglong st_row_worker::last_applied_trx_start_apply_timestamp

◆ last_error_message

char st_row_worker::last_error_message[MAX_SLAVE_ERRMSG]

◆ last_error_message_length

uint st_row_worker::last_error_message_length

◆ last_error_number

uint st_row_worker::last_error_number

◆ last_error_timestamp

ulonglong st_row_worker::last_error_timestamp

◆ service_state

enum_rpl_yes_no st_row_worker::service_state

◆ thread_id

ulonglong st_row_worker::thread_id

◆ thread_id_is_null

uint st_row_worker::thread_id_is_null

◆ worker_id

ulonglong st_row_worker::worker_id

The documentation for this struct was generated from the following file: