MySQL 9.1.0
Source Code Documentation
|
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 |
A row in the table.
The fields with string values have an additional length field denoted by <field_name>_length.
char st_row_rpl_async_conn_failover_managed::channel_name[CHANNEL_NAME_LENGTH] |
uint st_row_rpl_async_conn_failover_managed::channel_name_length {0} |
Json_wrapper st_row_rpl_async_conn_failover_managed::configuration |
char st_row_rpl_async_conn_failover_managed::managed_name[HOSTNAME_LENGTH] |
uint st_row_rpl_async_conn_failover_managed::managed_name_length {0} |
char st_row_rpl_async_conn_failover_managed::managed_type[HOSTNAME_LENGTH] |
uint st_row_rpl_async_conn_failover_managed::managed_type_length {0} |