MySQL 8.3.0
Source Code Documentation
table_replication_group_member_stats.cc File Reference

Table replication_group_member_stats (implementation). More...

Functions

static void set_channel_name (void *const context, const char &value, size_t length)
 
static void set_view_id (void *const context, const char &value, size_t length)
 
static void set_member_id (void *const context, const char &value, size_t length)
 
static void set_transactions_committed (void *const context, const char &value, size_t length)
 
static void set_last_conflict_free_transaction (void *const context, const char &value, size_t length)
 
static void set_transactions_in_queue (void *const context, unsigned long long int value)
 
static void set_transactions_certified (void *const context, unsigned long long int value)
 
static void set_transactions_conflicts_detected (void *const context, unsigned long long int value)
 
static void set_transactions_rows_in_validation (void *const context, unsigned long long int value)
 
static void set_transactions_remote_applier_queue (void *const context, unsigned long long int value)
 
static void set_transactions_remote_applied (void *const context, unsigned long long int value)
 
static void set_transactions_local_proposed (void *const context, unsigned long long int value)
 
static void set_transactions_local_rollback (void *const context, unsigned long long int value)
 

Detailed Description

Table replication_group_member_stats (implementation).

Function Documentation

◆ set_channel_name()

static void set_channel_name ( void *const  context,
const char &  value,
size_t  length 
)
static

◆ set_last_conflict_free_transaction()

static void set_last_conflict_free_transaction ( void *const  context,
const char &  value,
size_t  length 
)
static

◆ set_member_id()

static void set_member_id ( void *const  context,
const char &  value,
size_t  length 
)
static

◆ set_transactions_certified()

static void set_transactions_certified ( void *const  context,
unsigned long long int  value 
)
static

◆ set_transactions_committed()

static void set_transactions_committed ( void *const  context,
const char &  value,
size_t  length 
)
static

◆ set_transactions_conflicts_detected()

static void set_transactions_conflicts_detected ( void *const  context,
unsigned long long int  value 
)
static

◆ set_transactions_in_queue()

static void set_transactions_in_queue ( void *const  context,
unsigned long long int  value 
)
static

◆ set_transactions_local_proposed()

static void set_transactions_local_proposed ( void *const  context,
unsigned long long int  value 
)
static

◆ set_transactions_local_rollback()

static void set_transactions_local_rollback ( void *const  context,
unsigned long long int  value 
)
static

◆ set_transactions_remote_applied()

static void set_transactions_remote_applied ( void *const  context,
unsigned long long int  value 
)
static

◆ set_transactions_remote_applier_queue()

static void set_transactions_remote_applier_queue ( void *const  context,
unsigned long long int  value 
)
static

◆ set_transactions_rows_in_validation()

static void set_transactions_rows_in_validation ( void *const  context,
unsigned long long int  value 
)
static

◆ set_view_id()

static void set_view_id ( void *const  context,
const char &  value,
size_t  length 
)
static