MySQL 9.1.0
Source Code Documentation
|
A row in node status table. More...
#include <table_replication_group_member_stats.h>
Public Attributes | |
char | channel_name [CHANNEL_NAME_LENGTH] |
uint | channel_name_length |
char | view_id [HOSTNAME_LENGTH] |
uint | view_id_length |
char | member_id [UUID_LENGTH] |
uint | member_id_length |
ulonglong | trx_in_queue |
ulonglong | trx_checked |
ulonglong | trx_conflicts |
ulonglong | trx_rows_validating |
char * | trx_committed |
size_t | trx_committed_length |
char | last_cert_trx [Gtid::MAX_TEXT_LENGTH+1] |
int | last_cert_trx_length |
ulonglong | trx_remote_applier_queue |
ulonglong | trx_remote_applied |
ulonglong | trx_local_proposed |
ulonglong | trx_local_rollback |
A row in node status table.
The fields with string values have an additional length field denoted by <field_name>_length.
char st_row_group_member_stats::channel_name[CHANNEL_NAME_LENGTH] |
uint st_row_group_member_stats::channel_name_length |
char st_row_group_member_stats::last_cert_trx[Gtid::MAX_TEXT_LENGTH+1] |
int st_row_group_member_stats::last_cert_trx_length |
char st_row_group_member_stats::member_id[UUID_LENGTH] |
uint st_row_group_member_stats::member_id_length |
ulonglong st_row_group_member_stats::trx_checked |
char* st_row_group_member_stats::trx_committed |
size_t st_row_group_member_stats::trx_committed_length |
ulonglong st_row_group_member_stats::trx_conflicts |
ulonglong st_row_group_member_stats::trx_in_queue |
ulonglong st_row_group_member_stats::trx_local_proposed |
ulonglong st_row_group_member_stats::trx_local_rollback |
ulonglong st_row_group_member_stats::trx_remote_applied |
ulonglong st_row_group_member_stats::trx_remote_applier_queue |
ulonglong st_row_group_member_stats::trx_rows_validating |
char st_row_group_member_stats::view_id[HOSTNAME_LENGTH] |
uint st_row_group_member_stats::view_id_length |