| 44 | } |
| 45 | |
| 46 | int EventManager::GetLastGtid(const vector<string> >id_list, string *gtid) { |
| 47 | return event_storage_->GetLastGtid(gtid_list, gtid); |
| 48 | } |
| 49 | |
| 50 | int EventManager::SignUpGTID(const vector<string> >id_list) { |
| 51 | string gtid = ""; |
nothing calls this directly
no outgoing calls
no test coverage detected