pub fn read_execute_response(
payload: &[u8],
cache_metadata: bool,
) -> Result<ExecuteResponse<'_>>Expand description
Read COM_STMT_EXECUTE response This can be either an OK packet or a result set
pub fn read_execute_response(
payload: &[u8],
cache_metadata: bool,
) -> Result<ExecuteResponse<'_>>Read COM_STMT_EXECUTE response This can be either an OK packet or a result set