1
0
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:
Teemu Ollakka
2018-06-26 11:34:05 +03:00
parent bd0ba5b01d
commit 2a53198f5c
7 changed files with 40 additions and 14 deletions

View File

@ -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_; }
/**