| 40 | } |
| 41 | |
| 42 | EventManager::~EventManager() { |
| 43 | delete event_monitor_; |
| 44 | } |
| 45 | |
| 46 | int EventManager::GetLastGtid(const vector<string> >id_list, string *gtid) { |
| 47 | return event_storage_->GetLastGtid(gtid_list, gtid); |
nothing calls this directly
no outgoing calls
no test coverage detected