Version
5.3.3 or above
Explanation
Unable to execute the query.
Cause
This error message is output when the number of queries allocated to a single session for preparation exceeded the limit.
Action
1. Check the prepared queries of the session to determine whether the session is running normally and increase MAX_STATEMENTS_PER_SESSION.
2. Check whether the application is closing statements.
Reference
N/A