Closed
Description
The following code in function stmt_close()
looks suspicious:
MySQL-Prepared-Statements/mysql_prepared.inc
Lines 123 to 127 in 3c781e5
The assignment
statement = INVALID_STATEMENT;
seems to be unused (statement
is neither passed by reference nor a global variable). Was this intended?Metadata
Metadata
Assignees
Labels
No labels