Merge pull request #2378 from val214/v2.0.9-grouprep-monitoring-fix

Undo error reporting when group replication hosts result set is empty
pull/2380/head
René Cannaò 7 years ago committed by GitHub
commit 2079760be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2695,7 +2695,6 @@ void * MySQL_Monitor::monitor_group_replication() {
// goto __end_monitor_read_only_loop;
} else {
if (Group_Replication_Hosts_resultset->rows_count==0) {
proxy_error("Group replication hosts result set is empty\n");
goto __end_monitor_group_replication_loop;
}
int us=100;

Loading…
Cancel
Save