[MXS-4000] Binlogrouter creates malformed replication events Created: 2022-02-15 Updated: 2022-11-24 Resolved: 2022-02-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 2.5.17, 6.2.0 |
| Fix Version/s: | 2.5.20, 6.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The OK byte at offset 4 was not set by the binlogrouter and instead the byte at offset 5 was always set to 0. This caused at least the binlogfilter to error out when it found garbage where it expected the 0x0 OK byte to exits. |