MXS-1775 Flush pending status to servers using common code
This commit is contained in:
@ -492,14 +492,6 @@ void GaleraMonitor::tick()
|
||||
{
|
||||
update_sst_donor_nodes(is_cluster);
|
||||
}
|
||||
|
||||
ptr = m_monitor->monitored_servers;
|
||||
|
||||
while (ptr)
|
||||
{
|
||||
ptr->server->status = ptr->pending_status;
|
||||
ptr = ptr->next;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user