MySQL :: MySQL 8.0 Reference Manual :: 29.12.11.8 The replication_asynchronous_connection_failover Table (original) (raw)

29.12.11.8 The replication_asynchronous_connection_failover Table

This table holds the replica's source lists for each replication channel for the asynchronous connection failover mechanism. The asynchronous connection failover mechanism automatically establishes an asynchronous (source to replica) replication connection to a new source from the appropriate list after the existing connection from the replica to its source fails. When asynchronous connection failover is enabled for a group of replicas managed by Group Replication, the source lists are broadcast to all group members when they join, and also when the lists change.

You set and manage source lists using theasynchronous_connection_failover_add_source andasynchronous_connection_failover_delete_source functions to add and remove replication source servers from the source list for a replication channel. To add and remove managed groups of servers, use theasynchronous_connection_failover_add_managed andasynchronous_connection_failover_delete_managed functions instead.

For more information, seeSection 19.4.9, “Switching Sources and Replicas with Asynchronous Connection Failover”.

Thereplication_asynchronous_connection_failover table has these columns:

Thereplication_asynchronous_connection_failover table has these indexes:

TRUNCATE TABLE is not permitted for thereplication_asynchronous_connection_failover table.