[MXS-1497] Don't skip events with LOG_EVENT_IGNORABLE_F flag Created: 2017-10-26 Updated: 2019-07-01 Resolved: 2017-10-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.10 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Massimiliano Pinto (Inactive) | Assignee: | Massimiliano Pinto (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Don't skip events with LOG_EVENT_IGNORABLE_F flag. Currenlty binlog server doesn't send to slaves these event types:
It also skips events with LOG_EVENT_IGNORABLE_F flag. This modification allows sending events with that flag. |
||
| Comments |
| Comment by Massimiliano Pinto (Inactive) [ 2017-10-26 ] |
|
MySQL 5.7 has: Event Type 35 (Previous GTIDS Event) with flags LOG_EVENT_IGNORABLE_F. This event is not sent to slaves. The modification allows sending .it. |