krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
323 stars 98 forks source link

before accepts only the id field #98

Closed leelercool closed 1 year ago

leelercool commented 1 year ago

before accepts only the id field,Actually update the other fields

mysql config: binlog_row_image=MINIMAL

example: image