Deprecate mysql51_replication
Added back mysql51_replication and deprecated it. This allows old configurations to be gracefully upgraded to 2.3 versions.
This commit is contained in:
parent
fd2d22eba6
commit
39ca403ffa
@ -1151,6 +1151,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
|
||||
{"detect_replication_lag", MXS_MODULE_PARAM_BOOL, "false"},
|
||||
{"detect_stale_master", MXS_MODULE_PARAM_BOOL, "true"},
|
||||
{"detect_stale_slave", MXS_MODULE_PARAM_BOOL, "true"},
|
||||
{"mysql51_replication", MXS_MODULE_PARAM_BOOL, "false", MXS_MODULE_OPT_DEPRECATED},
|
||||
{"multimaster", MXS_MODULE_PARAM_BOOL, "false"},
|
||||
{"detect_standalone_master", MXS_MODULE_PARAM_BOOL, "true"},
|
||||
{CN_FAILCOUNT, MXS_MODULE_PARAM_COUNT, "5"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user