mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-08 02:02:57 +03:00
Bootstrap server service, fixes to server state management
* Added bootstrap service call to do DBMS side bootstrap operations during the cluster bootstrap. * Added last_committed_gtid() to provider interface * Implemented wait_for_gtid() provider call * Pass initial position to the server state
This commit is contained in:
@@ -86,7 +86,6 @@ namespace wsrep
|
||||
|
||||
int protocol_version() const
|
||||
{ return protocol_version_; }
|
||||
|
||||
const std::vector<member>& members() const { return members_; }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user