mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-05 04:01:12 +03:00
codership/mariadb-wsrep#27 Galera cache encryption fixup
Fixup to enable/disable encryption on provider loading
This commit is contained in:
committed by
Teemu Ollakka
parent
dead5e2c17
commit
532ba4c452
@@ -261,7 +261,8 @@ namespace wsrep
|
||||
* @return Zero on success, non-zero on error.
|
||||
*/
|
||||
int load_provider(const std::string& provider,
|
||||
const std::string& provider_options);
|
||||
const std::string& provider_options,
|
||||
bool encrypt);
|
||||
|
||||
void unload_provider();
|
||||
|
||||
|
Reference in New Issue
Block a user