You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When binlog compression is enabled, events are wrapped inside
`TRANSACTION_PAYLOAD` events and thus GTID set is never updated.
This may cause replay of events when the client thread in interrupted
and started again by keep-alive thread as the new client would start
from the original (initial) GTID set.
Updateing GTID set also for `TRANSACTION_PAYLOAD` events ensures that
GTID set is update also when binlog compression is enabled.
0 commit comments