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
move gtid update after all event handlers are executed (go-mysql-org#379)
It is a common use case that we have a separate goroutine to update gtid set. We have to ensure that gtid saver sees updated gtid only after all the tasks are done in event handlers.
0 commit comments