[MXS-3191] New binlog router should clearly says that it does not file/pos based options in CHANGE MASTER Created: 2020-09-16 Updated: 2021-04-19 Resolved: 2020-09-23 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | pinloki |
| 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 |
|
Maxscale 2.5 binlog router no longer supports file/position based replication, only GTID based. So its CHANGE MASTER command does not support MASTER_LOG_FILE and MASTER_LOG_POS settings anymore either, which is understandable. When trying to use these, one only gets back
instead of a clear message stating that these options, while valid with CHANGE MASTER in other contexts, is not supported by the new binlog router. Expected result: something like:
|