table_status
Flag non-InnoDB tables that lack row-level locking and crash recovery by inspecting per-table engine, row format, row estimate, and update time.
Instructions
[READ] Per-table engine, row format, row estimate and last update time.
Flags non-InnoDB tables (no row-level locking / crash recovery).
Args: limit: Number of tables to inspect (default 50). target: Target name from config; omit for the default.
Returns an envelope: {"tables": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there is more beyond what was returned — re-run with a higher limit rather than treating this as the complete picture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |