replication_asynchronous_connection_failover

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.

HOST CHAR 255 null

The source hostname that the replica will attempt to switch over the replication connection to in case of a failure.

PORT INT 10 null

The source port that the replica will attempt to switch over the replication connection to in case of a failure.

NETWORK_NAMESPACE CHAR 64 null

The source network namespace that the replica will attempt to switch over the replication connection to in case of a failure. If its value is empty, connections use the default (global) namespace.

WEIGHT INT UNSIGNED 10 null

The order in which the replica shall try to switch the connection over to when there are failures. Weight can be set to a number between 1 and 100, where 100 is the highest weight and 1 the lowest.

MANAGED_NAME CHAR 64

The name of the group which this server belongs to.

Relationships