lock_waits
Identify blocked and blocking sessions in InnoDB lock waits to pinpoint contention and resolve performance bottlenecks.
Instructions
[READ] InnoDB wait-for edges (blocked session -> blocking session).
Reads performance_schema.data_lock_waits on MySQL 8.x, or information_schema.innodb_lock_waits on MariaDB (flavor-branched).
Args: target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |