package replicationdata

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message MasterStatus

replicationdata.proto:56

MasterStatus is the replication status for a MySQL master (returned by 'show master status').

Used in: tabletmanagerdata.DemoteMasterResponse, tabletmanagerdata.MasterStatusResponse

message Status

replicationdata.proto:26

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: StopReplicationStatus, tabletmanagerdata.ReplicationStatusResponse, tabletmanagerdata.SlaveStatusResponse, tabletmanagerdata.StopReplicationAndGetStatusResponse

enum StopReplicationMode

replicationdata.proto:50

StopReplicationMode is used to provide controls over how replication is stopped.

Used in: tabletmanagerdata.StopReplicationAndGetStatusRequest

message StopReplicationStatus

replicationdata.proto:44

StopReplicationStatus represents the replication status before calling StopReplication, and the replication status collected immediately after calling StopReplication.

Used in: tabletmanagerdata.StopReplicationAndGetStatusResponse