mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-21 12:22:06 +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:
@ -992,6 +992,7 @@ wsrep::wsrep_provider_v26::enter_toi(
|
||||
|
||||
enum wsrep::provider::status
|
||||
wsrep::wsrep_provider_v26::leave_toi(wsrep::client_id client_id,
|
||||
const wsrep::ws_meta&,
|
||||
const wsrep::mutable_buffer& err)
|
||||
{
|
||||
const wsrep_buf_t err_buf = { err.data(), err.size() };
|
||||
|
Reference in New Issue
Block a user