mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-03 16:22:35 +03:00
Fixed nbo_meta handling, release commit order for NBO begin.
This commit is contained in:
@ -472,6 +472,8 @@ static int apply_toi(wsrep::provider& provider,
|
||||
{
|
||||
// NBO end event is ignored here, both local and applied
|
||||
// have NBO end handled via local TOI calls.
|
||||
provider.commit_order_enter(ws_handle, ws_meta);
|
||||
provider.commit_order_leave(ws_handle, ws_meta);
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user