Revert the last commit, and an additional fix to the
"Fix code for warnings:" commit.
This commit is contained in:
@ -865,7 +865,7 @@ bool MariaDBMonitor::failover_perform(ClusterOperation& op)
|
||||
wait_cluster_stabilization_ex(op, redirected_slaves);
|
||||
MXS_DEBUG("Failover: slave replication confirmation took %.1f seconds with "
|
||||
"%.1f seconds to spare.",
|
||||
timer.lap(), op.time_remaining.secs());
|
||||
timer.lap().secs(), op.time_remaining.secs());
|
||||
}
|
||||
}
|
||||
return rval;
|
||||
|
Reference in New Issue
Block a user