1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

remove has_error arg from begin_nbo_phase_two

This commit is contained in:
Leandro Pacheco
2019-09-17 16:52:29 -03:00
committed by Teemu Ollakka
parent b64fbe8fbc
commit 043ff7a7e9
3 changed files with 3 additions and 11 deletions

View File

@ -790,12 +790,10 @@ namespace wsrep
* passed to begin_nbo_phase_one().
*
* @param keys Key array.
* @param has_error True if client thread has errored.
* @param wait_until Time point to wait until for entering TOI for
* phase two.
*/
int begin_nbo_phase_two(const wsrep::key_array& keys,
bool has_error,
std::chrono::time_point<wsrep::clock>
wait_until =
std::chrono::time_point<wsrep::clock>());