Disable fix to MXS-1678 in 2.2.3
The fix causes a regression in the failover functionality as there is a dependency between the slave's master ID and how the failover performs. This dependency should not exist but fixing it causes a problem with the mysqlmon_rejoin_bad2 test.
This commit is contained in:
parent
78abfd67e6
commit
f4c7a4700a
@ -1435,7 +1435,7 @@ static bool do_show_slave_status(MYSQL_MONITOR* mon,
|
||||
* root master server.
|
||||
* Please note, there could be no slaves at all if Slave_SQL_Running == 'No'
|
||||
*/
|
||||
if (server_version != MYSQL_SERVER_VERSION_51)
|
||||
if (serv_info->slave_status.slave_io_running && server_version != MYSQL_SERVER_VERSION_51)
|
||||
{
|
||||
/* Get Master_Server_Id */
|
||||
master_server_id = scan_server_id(row[i_master_server_id]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user