1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +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 e372dcbecb
commit 51e162d6f4
5 changed files with 11 additions and 5 deletions

View File

@ -366,6 +366,7 @@ namespace wsrep
* Leave total order isolation critical section
*/
virtual enum status leave_toi(wsrep::client_id,
const wsrep::ws_meta& ws_meta,
const wsrep::mutable_buffer& err) = 0;
/**