MXS-2163 Make MariaDBMon recognize Clustrix
To allow MariaDBMon to be used with Clustrix we need to handle Clustrix separately as its apparent version is 5.0.45, which is lower than what MariaDBMon supports. Further, we must ensure that Clustrix does not query the slave status as there are no slaves in the M/S sense in a Clustrix cluster. NOTE: Once there is a specific Clustrix monitor, this code should be removed.
This commit is contained in:
@ -76,7 +76,8 @@ public:
|
||||
{
|
||||
UNKNOWN, /* Totally unknown. Server has not been connected to yet. */
|
||||
NORMAL, /* A normal MariaDB/MySQL server, possibly supported. */
|
||||
BINLOG_ROUTER /* MaxScale binlog server. Requires special handling. */
|
||||
BINLOG_ROUTER, /* MaxScale binlog server. Requires special handling. */
|
||||
CLUSTRIX /* Clustrix server. Requires special handling. */
|
||||
};
|
||||
|
||||
enum class BinlogMode
|
||||
|
Reference in New Issue
Block a user