1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Revert "codership/mariadb-wsrep#27 Galera cache encryption fixup"

This reverts commit 043e8bc2ea.
This commit is contained in:
Teemu Ollakka
2019-01-21 14:12:10 +02:00
parent 043e8bc2ea
commit 476bcdb41e
7 changed files with 10 additions and 15 deletions

View File

@ -384,8 +384,7 @@ namespace wsrep
static provider* make_provider(
wsrep::server_state&,
const std::string& provider_spec,
const std::string& provider_options,
bool encrypt);
const std::string& provider_options);
protected:
wsrep::server_state& server_state_;
};

View File

@ -261,8 +261,7 @@ namespace wsrep
* @return Zero on success, non-zero on error.
*/
int load_provider(const std::string& provider,
const std::string& provider_options,
bool encrypt);
const std::string& provider_options);
void unload_provider();