Revert the last commit, and an additional fix to the

"Fix code for warnings:" commit.
This commit is contained in:
Niclas Antti
2018-10-03 17:22:10 +03:00
parent 5892ef18af
commit a4747f5b03
3 changed files with 25 additions and 15 deletions

View File

@ -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;