In this post, you’ll learn more about the MariaDB Error 1444 ER_PS_NO_RECURSION with the details of the error message and why you receive this error
Maria DB Error Description
MariaDB Error 1444 – ER_PS_NO_RECURSION with the sqlState HY000
Error Description for the MariaDB Error ER_PS_NO_RECURSION
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
Leave a Reply