package
0.18.1
Repository: https://github.com/dolthub/go-mysql-server.git
Documentation: pkg.go.dev

# Functions

NewReplicationOption creates a new ReplicationOption instance, with the specified |name| and |value|.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

IntegerReplicationOptionValue is a ReplicationOptionValue implementation that holds an integer value.
ReplicaStatus stores the status of a single binlog replica and is returned by `SHOW REPLICA STATUS`.
ReplicationOption represents a single option for replication configuration, as specified through the CHANGE REPLICATION SOURCE TO command: https://dev.mysql.com/doc/refman/8.0/en/change-replication-source-to.html.
StringReplicationOptionValue is a ReplicationOptionValue implementation that holds a string value.
TableNamesReplicationOptionValue is a ReplicationOptionValue implementation that holds a list of table names for its value.

# Interfaces

BinlogPrimaryCatalog extends the Catalog interface and provides methods for accessing a BinlogPrimaryController for a Catalog.
BinlogPrimaryController allows an integrator to extend GMS with support for operating as a binlog primary server.
BinlogReplicaCatalog extends the Catalog interface and provides methods for accessing a BinlogReplicaController for a Catalog.
BinlogReplicaController allows callers to control a binlog replica.
ReplicationOptionValue defines an interface for configuration option values for binlog replication.