| 74 | } |
| 75 | |
| 76 | int SlaveMonitor::SlaveCheckRelayLog(const Option *option, vector<string> *gtid_list) { |
| 77 | return GetRelayLog(option, gtid_list); |
| 78 | } |
| 79 | |
| 80 | int SlaveMonitor::SlaveStart(const Option *option, const string &master_ip, const uint32_t &master_port, |
| 81 | bool read_only) { |
nothing calls this directly
no outgoing calls
no test coverage detected