package
1.1.3
Repository: https://github.com/openark/gh-ost.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetInstanceKey reads hostname and port on given DB.
No description provided by the author
No description provided by the author
No description provided by the author
GetReplicationLagFromSlaveStatus returns replication lag for a given db; via SHOW SLAVE STATUS.
No description provided by the author
GetTableColumns reads column list from given table.
No description provided by the author
No description provided by the author
No description provided by the author
ParseInstanceKey will parse an InstanceKey from a string representation such as 127.0.0.1:3306.
ParseInstanceKey will parse an InstanceKey from a string representation such as 127.0.0.1:3306.
ParseInstanceKey will parse an InstanceKey from a string representation such as 127.0.0.1:3306.

# 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
No description provided by the author
No description provided by the author

# Structs

BinlogCoordinates described binary log coordinates in the form of log file & log position.
ConnectionConfig is the minimal configuration required to connect to a MySQL server.
InstanceKey is an instance indicator, identified by hostname and port.
No description provided by the author

# Type aliases

No description provided by the author
InstanceKeyMap is a convenience struct for listing InstanceKey-s.