| 48 | } |
| 49 | |
| 50 | int EventManager::SignUpGTID(const vector<string> >id_list) { |
| 51 | string gtid = ""; |
| 52 | int ret = GetLastGtid(gtid_list, >id); |
| 53 | if (ret) { |
| 54 | return ret; |
| 55 | } |
| 56 | return SignUpGTID(gtid); |
| 57 | } |
| 58 | |
| 59 | int EventManager::SignUpGTID(const string >id) { |
| 60 | return event_storage_->ReSet(gtid); |
no test coverage detected