mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Protocol version and connected gtid
* Propagate server max protocol version to provider init options * Store gtid from connected call to make cluster id and the connect position available
This commit is contained in:
@ -84,6 +84,9 @@ namespace wsrep
|
||||
ssize_t own_index() const
|
||||
{ return own_index_; }
|
||||
|
||||
int protocol_version() const
|
||||
{ return protocol_version_; }
|
||||
|
||||
const std::vector<member>& members() const { return members_; }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user