sql_select_limit specifies the maximum number of rows to be returned for a SELECT query. If a SELECT statement contains the LIMIT clause, the value of the LIMIT clause has a higher priority than that of sql_select_limit. By default, this configuration item is not specified.
| Property | Description |
|---|---|
| Parameter type | Int |
| Default value | 9223372036854775807 |
| Value range | [0, 9223372036854775807] |
| Effective scope | * GLOBAL * SESSION |
| Involved in serialization | Yes |