Get desktop application:
View/edit binary Protocol Buffers messages
FullStatus contains the full status of MySQL including the replication information, semi-sync information, GTID information among others
Used in:
,PrimaryStatus is the replication status for a MySQL primary (returned by 'show master status').
Used in:
, ,Status is the replication status for MySQL/MariaDB/File-based. Returned by a flavor-specific command and parsed into a Position and fields.
Used in:
, , ,RelayLogPosition will be empty for flavors that do not support returning the full GTIDSet from the relay log, such as MariaDB.
StopReplicationMode is used to provide controls over how replication is stopped.
Used in:
StopReplicationStatus represents the replication status before calling StopReplication, and the replication status collected immediately after calling StopReplication.
Used in: