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:
committed by
Teemu Ollakka
parent
b64fbe8fbc
commit
043ff7a7e9
@ -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>());
|
||||
|
Reference in New Issue
Block a user