MySQL 9.0.0
Source Code Documentation

#include <table_replication_applier_status_by_coordinator.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length {0}
 
ulonglong thread_id {0}
 
bool thread_id_is_null {0}
 
enum_rpl_yes_no service_state
 
uint last_error_number {0}
 
char last_error_message [MAX_SLAVE_ERRMSG]
 
uint last_error_message_length {0}
 
ulonglong last_error_timestamp {0}
 
char last_processed_trx [Gtid::MAX_TEXT_LENGTH+1]
 
uint last_processed_trx_length {0}
 
ulonglong last_processed_trx_original_commit_timestamp {0}
 
ulonglong last_processed_trx_immediate_commit_timestamp {0}
 
ulonglong last_processed_trx_start_buffer_timestamp {0}
 
ulonglong last_processed_trx_end_buffer_timestamp {0}
 
char processing_trx [Gtid::MAX_TEXT_LENGTH+1]
 
uint processing_trx_length {0}
 
ulonglong processing_trx_original_commit_timestamp {0}
 
ulonglong processing_trx_immediate_commit_timestamp {0}
 
ulonglong processing_trx_start_buffer_timestamp {0}
 

Member Data Documentation

◆ channel_name

char st_row_coordinator::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_coordinator::channel_name_length {0}

◆ 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 {0}

◆ last_error_number

uint st_row_coordinator::last_error_number {0}

◆ last_error_timestamp

ulonglong st_row_coordinator::last_error_timestamp {0}

◆ 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 {0}

◆ last_processed_trx_immediate_commit_timestamp

ulonglong st_row_coordinator::last_processed_trx_immediate_commit_timestamp {0}

◆ last_processed_trx_length

uint st_row_coordinator::last_processed_trx_length {0}

◆ last_processed_trx_original_commit_timestamp

ulonglong st_row_coordinator::last_processed_trx_original_commit_timestamp {0}

◆ last_processed_trx_start_buffer_timestamp

ulonglong st_row_coordinator::last_processed_trx_start_buffer_timestamp {0}

◆ 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 {0}

◆ processing_trx_length

uint st_row_coordinator::processing_trx_length {0}

◆ processing_trx_original_commit_timestamp

ulonglong st_row_coordinator::processing_trx_original_commit_timestamp {0}

◆ processing_trx_start_buffer_timestamp

ulonglong st_row_coordinator::processing_trx_start_buffer_timestamp {0}

◆ 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 {0}

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