MySQL 9.0.0
Source Code Documentation
st_row_rpl_async_conn_failover Struct Reference

A row in the table. More...

#include <table_replication_asynchronous_connection_failover.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length
 
char host [HOSTNAME_LENGTH]
 
uint host_length
 
long port
 
char network_namespace [NAME_LEN]
 
uint network_namespace_length
 
uint weight
 
char managed_name [HOSTNAME_LENGTH]
 
uint managed_name_length
 

Detailed Description

A row in the table.

The fields with string values have an additional length field denoted by <field_name>_length.

Member Data Documentation

◆ channel_name

char st_row_rpl_async_conn_failover::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_rpl_async_conn_failover::channel_name_length

◆ host

char st_row_rpl_async_conn_failover::host[HOSTNAME_LENGTH]

◆ host_length

uint st_row_rpl_async_conn_failover::host_length

◆ managed_name

char st_row_rpl_async_conn_failover::managed_name[HOSTNAME_LENGTH]

◆ managed_name_length

uint st_row_rpl_async_conn_failover::managed_name_length

◆ network_namespace

char st_row_rpl_async_conn_failover::network_namespace[NAME_LEN]

◆ network_namespace_length

uint st_row_rpl_async_conn_failover::network_namespace_length

◆ port

long st_row_rpl_async_conn_failover::port

◆ weight

uint st_row_rpl_async_conn_failover::weight

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