Commit 239b2dcf authored by mkaruza's avatar mkaruza

Updated wsrep-lib to galera cache encryption implementation

parent 923415ff
...@@ -34,6 +34,7 @@ Wsrep_server_state::Wsrep_server_state(const std::string& name, ...@@ -34,6 +34,7 @@ Wsrep_server_state::Wsrep_server_state(const std::string& name,
: wsrep::server_state(m_mutex, : wsrep::server_state(m_mutex,
m_cond, m_cond,
m_service, m_service,
NULL,
name, name,
incoming_address, incoming_address,
address, address,
......
Subproject commit 136767ae044eac53e7f3d76909d176cde0dc27a8 Subproject commit e7d72ae7f6a6995a21d743389426a963429a1fff
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment