Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql 8.0 - Only Returning INSERT and DELETE events #402

Open
CharlesHandshy opened this issue Jun 14, 2023 · 1 comment
Open

Mysql 8.0 - Only Returning INSERT and DELETE events #402

CharlesHandshy opened this issue Jun 14, 2023 · 1 comment

Comments

@CharlesHandshy
Copy link

No UPDATE events are being seen or parsed with MySQL 8.x

@dongwook-chan
Copy link
Collaborator

dongwook-chan commented Jul 26, 2023

@CharlesHandshy

To better understand and address this issue, kindly provide the following additional details:

1. The exact minor version of MySQL with which you are encountering this problem.
2. The `UPDATE` query that has gone missing

In the meantime, I suggest adjusting your system variables as follows and testing once again:

log_bin = ON
binlog_format  = ROW
enforce_gtid_consistency = ON
gtid_mode  = ON

This information and action should facilitate a more comprehensive and precise diagnosis of the issue by the maintainers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants