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:
Esa Korhonen
2018-07-04 15:16:01 +03:00
parent f7538db3b7
commit 936bcde135
6 changed files with 42 additions and 234 deletions

View File

@ -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.