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

@ -137,7 +137,7 @@ void db::simulator::start()
std::string server_options(params_.wsrep_provider_options);
if (server.server_state().load_provider(
params_.wsrep_provider, server_options, false))
params_.wsrep_provider, server_options))
{
throw wsrep::runtime_error("Failed to load provider");
}