MySQL 8.3.0
Source Code Documentation

#include <table_replication_applier_status_by_coordinator.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length
 
ulonglong thread_id {0}
 
bool 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_processed_trx [Gtid::MAX_TEXT_LENGTH+1]
 
uint last_processed_trx_length
 
ulonglong last_processed_trx_original_commit_timestamp
 
ulonglong last_processed_trx_immediate_commit_timestamp
 
ulonglong last_processed_trx_start_buffer_timestamp
 
ulonglong last_processed_trx_end_buffer_timestamp
 
char processing_trx [Gtid::MAX_TEXT_LENGTH+1]
 
uint processing_trx_length
 
ulonglong processing_trx_original_commit_timestamp
 
ulonglong processing_trx_immediate_commit_timestamp
 
ulonglong processing_trx_start_buffer_timestamp
 

Member Data Documentation

◆ channel_name

char st_row_coordinator::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_coordinator::channel_name_length

◆ last_error_message

char st_row_coordinator::last_error_message[MAX_SLAVE_ERRMSG]

◆ last_error_message_length

uint st_row_coordinator::last_error_message_length

◆ last_error_number

uint st_row_coordinator::last_error_number

◆ last_error_timestamp

ulonglong st_row_coordinator::last_error_timestamp

◆ last_processed_trx

char st_row_coordinator::last_processed_trx[Gtid::MAX_TEXT_LENGTH+1]

◆ last_processed_trx_end_buffer_timestamp

ulonglong st_row_coordinator::last_processed_trx_end_buffer_timestamp

◆ last_processed_trx_immediate_commit_timestamp

ulonglong st_row_coordinator::last_processed_trx_immediate_commit_timestamp

◆ last_processed_trx_length

uint st_row_coordinator::last_processed_trx_length

◆ last_processed_trx_original_commit_timestamp

ulonglong st_row_coordinator::last_processed_trx_original_commit_timestamp

◆ last_processed_trx_start_buffer_timestamp

ulonglong st_row_coordinator::last_processed_trx_start_buffer_timestamp

◆ processing_trx

char st_row_coordinator::processing_trx[Gtid::MAX_TEXT_LENGTH+1]

◆ processing_trx_immediate_commit_timestamp

ulonglong st_row_coordinator::processing_trx_immediate_commit_timestamp

◆ processing_trx_length

uint st_row_coordinator::processing_trx_length

◆ processing_trx_original_commit_timestamp

ulonglong st_row_coordinator::processing_trx_original_commit_timestamp

◆ processing_trx_start_buffer_timestamp

ulonglong st_row_coordinator::processing_trx_start_buffer_timestamp

◆ service_state

enum_rpl_yes_no st_row_coordinator::service_state

◆ thread_id

ulonglong st_row_coordinator::thread_id {0}

◆ thread_id_is_null

bool st_row_coordinator::thread_id_is_null

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