mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-20 01:03:16 +03:00
Add provider position field to ws_meta and view
Provider position is needed in coordinated recovery between application and provider. Pass the position info from provider to application to allow making it durable.
This commit is contained in:
@ -134,7 +134,8 @@ wsrep::view db::server_service::get_view(wsrep::client_service&,
|
||||
stored_view.capabilities(),
|
||||
my_idx,
|
||||
stored_view.protocol_version(),
|
||||
stored_view.members()
|
||||
stored_view.members(),
|
||||
0
|
||||
);
|
||||
return my_view;
|
||||
}
|
||||
|
Reference in New Issue
Block a user