replication_asynchronous_connection_failover_managed

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
CHANNEL_NAME CHAR 64 null

The replication channel name that connects source and replica.

MANAGED_NAME CHAR 64

The name of the source which needs to be managed.

MANAGED_TYPE CHAR 64

Determines the managed type.

CONFIGURATION JSON 1073741824 null

The data to help manage group. For Managed_type = GroupReplication, Configuration value should contain {“Primary_weight”: 80, “Secondary_weight”: 60}, so that it assigns weight=80 to PRIMARY of the group, and weight=60 for rest of the members in mysql.replication_asynchronous_connection_failover table.

Relationships