mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-04-18 10:24:01 +03:00
Assert bf_seqno is never undefined when passed to bf_abort()
This commit is contained in:
parent
7994288534
commit
5321c91e7c
@ -995,6 +995,7 @@ bool wsrep::transaction::bf_abort(
|
||||
bool ret(false);
|
||||
const enum wsrep::transaction::state state_at_enter(state());
|
||||
assert(lock.owns_lock());
|
||||
assert(!bf_seqno.is_undefined());
|
||||
|
||||
if (active() == false)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user