[MXS-3192] Wrong error message when not setting MASTER_PORT Created: 2020-09-16 Updated: 2020-10-19 Resolved: 2020-10-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 2.5.3 |
| Fix Version/s: | 2.5.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Niclas Antti |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MASTER_PORT seems to be mandatory for CHANGE MASTER for now, and not being set to 3306 by default. Not having MASTER_PORT=3306 in an otherwise valid CHANGE MASTER command leads to wrong (generic?) error message: ERROR 1200 (HY000): Misconfigured slave: MASTER_HOST was not set; Fix in config file or with CHANGE MASTER TO even when MASTER_HOST is actually correctly given. |
| Comments |
| Comment by Niclas Antti [ 2020-10-19 ] |
|
The error message has already been fixed. Creating another Jira to default the master port to 3306. |