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"
This reverts commit 7e9419e811
.
This commit is contained in:
@ -252,9 +252,6 @@ namespace wsrep
|
||||
int sst_sent(const wsrep::gtid&, int) WSREP_OVERRIDE { return 0; }
|
||||
int sst_received(const wsrep::gtid&, int) WSREP_OVERRIDE { return 0; }
|
||||
|
||||
int enc_set_key(const wsrep::const_buffer&) WSREP_OVERRIDE
|
||||
{ return 0; }
|
||||
|
||||
std::vector<status_variable> status() const WSREP_OVERRIDE
|
||||
{
|
||||
return std::vector<status_variable>();
|
||||
|
Reference in New Issue
Block a user