Implement simple failover mode into mysqlmon

The mysqlmon simple failover mode allows it to direct write traffic to a
secondary node. This enables a very simple failover mode with MaxScale
when it is used in a two node master-slave setup.
This commit is contained in:
Markus Makela
2016-09-09 07:03:11 +03:00
parent a4aa03a1fb
commit c919511ba7
4 changed files with 153 additions and 0 deletions

View File

@ -185,6 +185,8 @@ static char *monitor_params[] =
"disable_master_role_setting",
"use_priority",
"multimaster",
"failover",
"failcount",
NULL
};