MySQL error code
MySQL error 1444
MySQL server error 1444 is ER_PS_NO_RECURSION, reported with SQLSTATE HY000.
The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner
| Error | 1444 |
|---|---|
| Name | ER_PS_NO_RECURSION |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference