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
Short answer: you don't. You won't find anything in the binary log to help you with that.
But... you can always read the schema in and watch for changes on table(s) defining FKs. For example, in case of ON DELETE CASCADE (let's say, table "a" references table "b") you could listen for EXT_DELETE_ROWS event on "a" and use that to get an id of linked "b" record.
How to get notification for tables having fk realtionship like on delete cascade etc..
The text was updated successfully, but these errors were encountered: