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

Allow must_abort - cert_failed transition.

If the BF abort happens during provider certify call which
returns certification failure, the cert_failed state should
take precedence.
This commit is contained in:
Teemu Ollakka
2018-06-14 11:58:47 +03:00
parent a8ab9c6dbd
commit 6246d9d3b8
7 changed files with 86 additions and 46 deletions

View File

@ -522,7 +522,7 @@ namespace wsrep
/*!
* Enter debug synchronization point.
*/
virtual void debug_sync(wsrep::unique_lock<wsrep::mutex>&, const char*) = 0;
virtual void debug_sync(const char*) = 0;
/*!
*