mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
codership/wsrep-lib#100 Support for assign_read_view() wsrep API call
Marshall the call from the `client_state` interface down to provider.
This commit is contained in:
@ -143,6 +143,10 @@ namespace wsrep
|
||||
}
|
||||
}
|
||||
|
||||
enum wsrep::provider::status
|
||||
assign_read_view(wsrep::ws_handle&, const wsrep::gtid*)
|
||||
WSREP_OVERRIDE
|
||||
{ return wsrep::provider::success; }
|
||||
int append_key(wsrep::ws_handle&, const wsrep::key&)
|
||||
WSREP_OVERRIDE
|
||||
{ return 0; }
|
||||
|
Reference in New Issue
Block a user