Bug #77086 | RESET SLAVE ALL behaves different for default and non-default channels | ||
---|---|---|---|
Submitted: | 19 May 2015 8:21 | Modified: | 8 Jul 2015 12:31 |
Reporter: | Sven Sandberg | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[19 May 2015 8:21]
Sven Sandberg
[8 Jul 2015 12:31]
David Moss
Posted by developer: The following was noted in the 5.7.8 changelog: Issuing RESET SLAVE on the default replication channel does not remove the channel, as it always exists. This meant that the default replication channel did not correctly reset some configuration and status parameters.
[9 Jul 2015 9:16]
David Moss
Posted by developer: After review with Sven, this 5.7.8 changelog entry was updated to: When using multiple replication channels, issuing RESET SLAVE on a non-default replication channel removes the channel, whereas issuing RESET SLAVE on the default replication channel does not remove the channel, as it always exists. In previous versions, this meant that the default replication channel did not correctly reset some configuration and status parameters. The fix ensures that issuing RESET SLAVE on the default replication channel resets all parameters.