mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Return provider status from set options.
This commit is contained in:
@ -231,7 +231,8 @@ namespace wsrep
|
||||
}
|
||||
void reset_status() { }
|
||||
std::string options() const { return ""; }
|
||||
void options(const std::string&) { }
|
||||
enum wsrep::provider::status options(const std::string&)
|
||||
{ return wsrep::provider::success; }
|
||||
void* native() const { return 0; }
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user