MCPcopy Create free account
hub / github.com/Tencent/phxsql / SlaveCheckRelayLog

Method SlaveCheckRelayLog

phxbinlogsvr/core/monitor/base/slave_monitor.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int SlaveMonitor::SlaveCheckRelayLog(const Option *option, vector<string> *gtid_list) {
77 return GetRelayLog(option, gtid_list);
78}
79
80int SlaveMonitor::SlaveStart(const Option *option, const string &master_ip, const uint32_t &master_port,
81 bool read_only) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected