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

MDEV-32363 Add interface to set node isolation mode in provider

This commit is contained in:
Teemu Ollakka
2024-04-18 15:02:42 +03:00
parent 664d8cc01e
commit 31db847676
6 changed files with 96 additions and 3 deletions

View File

@ -100,6 +100,7 @@ namespace wsrep
void reset_status() WSREP_OVERRIDE;
std::string options() const WSREP_OVERRIDE;
enum wsrep::provider::status options(const std::string&) WSREP_OVERRIDE;
enum status set_node_isolation(enum node_isolation mode) WSREP_OVERRIDE;
std::string name() const WSREP_OVERRIDE;
std::string version() const WSREP_OVERRIDE;
std::string vendor() const WSREP_OVERRIDE;