MySQL 9.0.0
Source Code Documentation

A row in the table. More...

#include <table_replication_applier_status.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length
 
enum_rpl_yes_no service_state
 
uint remaining_delay
 
bool remaining_delay_is_set
 
ulong count_transactions_retries
 

Detailed Description

A row in the table.

Member Data Documentation

◆ channel_name

char st_row_applier_status::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_applier_status::channel_name_length

◆ count_transactions_retries

ulong st_row_applier_status::count_transactions_retries

◆ remaining_delay

uint st_row_applier_status::remaining_delay

◆ remaining_delay_is_set

bool st_row_applier_status::remaining_delay_is_set

◆ service_state

enum_rpl_yes_no st_row_applier_status::service_state

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