1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-08 08:01:59 +03:00

Reset TOI meta after releasing total order in provider

This is to keep the TOI meta available in case the provider
implementation needs it.
This commit is contained in:
Teemu Ollakka
2022-03-19 14:45:57 +02:00
parent bccb9997f2
commit 53e60f64c9
5 changed files with 11 additions and 5 deletions

View File

@ -260,6 +260,7 @@ namespace wsrep
}
enum wsrep::provider::status leave_toi(wsrep::client_id,
const wsrep::ws_meta&,
const wsrep::mutable_buffer&)
WSREP_OVERRIDE
{ return wsrep::provider::success; }