max_sp_recursion_depth specifies the maximum recursion level of a specified stored procedure. The default value is 0, which indicates that the current stored procedure cannot be recursively called.
| Property | Description |
|---|---|
| Parameter type | Int |
| Default value | 0 |
| Value range | [0, 255] |
| Effective scope | * GLOBAL * SESSION |
| Involved in serialization | Yes |