Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.11
-
None
-
None
Description
The mysql_stmt_reset() api call should reset a statement on server and client side and set the statement state to prepared.
If the statement wasn't prepared before (or the a previous prepare failed), mysql_stmt_reset() will send an unnecessary COM_STMT_CLOSE command with stmt id=0 to the server.