handle COM_STMT_CLOSE, context is the previous one set in prepare this handler has no response
(conn *Conn, context any)
| 29 | // handle COM_STMT_CLOSE, context is the previous one set in prepare |
| 30 | // this handler has no response |
| 31 | HandleStmtClose(conn *Conn, context any) error |
| 32 | // handle any other command that is not currently handled by the library, |
| 33 | // default implementation for this method will return an ER_UNKNOWN_ERROR |
| 34 | HandleOtherCommand(conn *Conn, cmd byte, data []byte) error |
no outgoing calls
no test coverage detected