Remove old "detect_standalone_master"-feature, update documentation
The auto_failover is a more reliable solution and should be used instead. Several unused parameters were removed, although they can still be defined in the config file. Updated documentation on the relevant parts.
This commit is contained in:
@ -299,18 +299,16 @@ public:
|
||||
/**
|
||||
* Print server information to a json object.
|
||||
*
|
||||
* @param multimaster Print multimaster group
|
||||
* @return Json diagnostics object
|
||||
*/
|
||||
json_t* diagnostics_json(bool multimaster) const;
|
||||
json_t* diagnostics_json() const;
|
||||
|
||||
/**
|
||||
* Print server information to a string.
|
||||
*
|
||||
* @param multimaster Print multimaster group
|
||||
* @return Diagnostics string
|
||||
*/
|
||||
std::string diagnostics(bool multimaster) const;
|
||||
std::string diagnostics() const;
|
||||
|
||||
/**
|
||||
* Check if server is using gtid replication.
|
||||
|
||||
Reference in New Issue
Block a user