julien-duponchelle/python-mysql-replication

Mysql 8.0 - Only Returning INSERT and DELETE events

Opened this issue · 1 comments

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

@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.