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

* Return provider status from provider connect

* Call to get server status variables along with provider variables
* Deal with intermediate non-prims
This commit is contained in:
Teemu Ollakka
2018-06-27 15:36:52 +03:00
parent d659c6bebd
commit fd9cf87141
9 changed files with 171 additions and 35 deletions

View File

@ -39,9 +39,10 @@ namespace wsrep
, rollback_fragments_()
{ }
int connect(const std::string&, const std::string&, const std::string&,
bool)
{ return 0; }
enum wsrep::provider::status
connect(const std::string&, const std::string&, const std::string&,
bool)
{ return wsrep::provider::success; }
int disconnect() { return 0; }
int capabilities() const { return 0; }
int desync() { return 0; }