mysql_legacy_select
Run a read-only SELECT query on legacy MySQL 5.0–5.6 with enforced row and byte limits, rejecting SELECT INTO and locking reads for safe data retrieval.
Instructions
Executes exactly one read-only SELECT statement. SELECT INTO and locking reads are rejected; results are limited by MYSQL_LEGACY_MAX_ROWS and MYSQL_LEGACY_MAX_RESULT_BYTES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | One MySQL 5.1-compatible SELECT statement. |