Remove 'failover_script' parameter

As the failover is now internal to MySQL Monitor, no failover
script parameter is needed.
This commit is contained in:
Johan Wikman
2017-11-07 15:08:26 +02:00
parent dce073a684
commit 4cf01fa88f
3 changed files with 3 additions and 38 deletions

View File

@ -64,7 +64,6 @@ typedef struct
bool warn_set_standalone_master; /**< Log a warning when setting standalone master */
bool allow_external_slaves; /**< Whether to allow usage of external slave servers */
bool failover; /**< If master failover is enabled */
char* failover_script; /**< Script to call for performing master failover */
uint32_t failover_timeout; /**< Timeout in seconds for the master failover */
bool switchover; /**< If master switchover is enabled */
char* switchover_script; /**< Script to call for performing master switchover */