1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +03:00

Initial implementation of client_state TOI mode.

This commit is contained in:
Teemu Ollakka
2018-06-21 11:45:18 +03:00
parent 3a8861b26b
commit 81ac78913a
6 changed files with 163 additions and 8 deletions

View File

@ -198,6 +198,15 @@ namespace wsrep
return wsrep::provider::success;
}
enum wsrep::provider::status enter_toi(wsrep::client_id,
const wsrep::key_array&,
const wsrep::const_buffer&,
wsrep::ws_meta&,
int)
{ return wsrep::provider::success; }
enum wsrep::provider::status leave_toi(wsrep::client_id)
{ return wsrep::provider::success; }
enum wsrep::provider::status causal_read(int) const WSREP_OVERRIDE
{
return wsrep::provider::success;