1
0
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:
Teemu Ollakka
2019-08-06 16:29:56 +03:00
parent c7a25b15db
commit e9bd950ee6
2 changed files with 11 additions and 2 deletions

View File

@ -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