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
{{ message }}
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Is your feature request related to a problem? Please describe:
filter some DML events which can't be parsed in go-mysql, like the old MariaDB TIME/TIMESTAMP/DATETIME binary format.
filter some DMLs events which can be very large (and heavy to parse), like generated with insert into t2 select * from t1 (which will hold the whole table in one Write_rows event).