MySQL 9.0.0
Source Code Documentation
st_row_rpl_async_conn_failover_managed Struct Reference

A row in the table. More...

#include <table_rpl_async_connection_failover_managed.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length {0}
 
char managed_name [HOSTNAME_LENGTH]
 
uint managed_name_length {0}
 
char managed_type [HOSTNAME_LENGTH]
 
uint managed_type_length {0}
 
Json_wrapper configuration
 

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_managed::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_rpl_async_conn_failover_managed::channel_name_length {0}

◆ configuration

Json_wrapper st_row_rpl_async_conn_failover_managed::configuration

◆ managed_name

char st_row_rpl_async_conn_failover_managed::managed_name[HOSTNAME_LENGTH]

◆ managed_name_length

uint st_row_rpl_async_conn_failover_managed::managed_name_length {0}

◆ managed_type

char st_row_rpl_async_conn_failover_managed::managed_type[HOSTNAME_LENGTH]

◆ managed_type_length

uint st_row_rpl_async_conn_failover_managed::managed_type_length {0}

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