| 43 | } |
| 44 | |
| 45 | DataManager::~DataManager() { |
| 46 | delete replica_manager_, replica_manager_ = NULL; |
| 47 | } |
| 48 | |
| 49 | int DataManager::SendEvent(const string &oldgtid, const string &newgtid, const string &event_buffer) { |
| 50 | STATISTICS(MySqlBinlogSend()); |
nothing calls this directly
no outgoing calls
no test coverage detected