Searched refs:orphaned_masters (Results 1 – 1 of 1) sorted by relevance
3313 int orphaned_masters; /* How many masters there are without ok slaves. */ in clusterCron() local3468 orphaned_masters = 0; in clusterCron()3492 orphaned_masters++; in clusterCron()3581 if (orphaned_masters && max_slaves >= 2 && this_slaves == max_slaves) in clusterCron()