handle COM_STMT_EXECUTE, context is the previous one set in prepare query is the statement prepare query, and args is the params for this statement
(conn *Conn, context any, query string, args []any)
| 26 | // handle COM_STMT_EXECUTE, context is the previous one set in prepare |
| 27 | // query is the statement prepare query, and args is the params for this statement |
| 28 | HandleStmtExecute(conn *Conn, context any, query string, args []any) (*Result, error) |
| 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 |
no outgoing calls
no test coverage detected