Commit c949d61e authored by Jan Lindström's avatar Jan Lindström Committed by GitHub

Merge pull request #1152 from codership/10.4-wsrep-lib-update

Updated wsrep-lib to galera cache encryption implementation
parents e80bcd7f 239b2dcf
...@@ -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