From 591f08fc479cca99df84efe2fbca9c4c9c746c7a Mon Sep 17 00:00:00 2001 From: Valentin Rakush Date: Thu, 7 Nov 2019 14:23:16 +0000 Subject: [PATCH] Undo error reporting when group replication hosts result set is empty --- lib/MySQL_Monitor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/MySQL_Monitor.cpp b/lib/MySQL_Monitor.cpp index 8ed687d07..3112346c8 100644 --- a/lib/MySQL_Monitor.cpp +++ b/lib/MySQL_Monitor.cpp @@ -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;