MXS-1703 Move do_show_slave_status() to MariaDBServer
Also took into use the QueryResult helper class.
This commit is contained in:
@ -147,4 +147,12 @@ public:
|
||||
* results are assumed unique.
|
||||
*/
|
||||
std::auto_ptr<QueryResult> execute_query(const std::string& query);
|
||||
};
|
||||
|
||||
/**
|
||||
* Update server slave connection information.
|
||||
*
|
||||
* @param gtid_domain Which gtid domain should be parsed.
|
||||
* @return True on success
|
||||
*/
|
||||
bool do_show_slave_status(int64_t gtid_domain);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user