MySQL error code
MySQL error 1456
MySQL server error 1456 is ER_SP_RECURSION_LIMIT, reported with SQLSTATE HY000.
Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %s
| Error | 1456 |
|---|---|
| Name | ER_SP_RECURSION_LIMIT |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference