Skip to content

[receiver/mysq] Capture deletes and update across multiple tables #37301

Open
@atoulme

Description

Component(s)

No response

Is your feature request related to a problem? Please describe.

https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html reports:

Com_xxx

The Com_xxx statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count DELETE and UPDATE statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to DELETE and UPDATE statements that use multiple-table syntax.

We do not currently track Com_delete_multi and Com_update_multi in the code.

Describe the solution you'd like

Add watching Com_delete_multi and Com_update_multi

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions