async fn execute_one( client: &Object, stmt: &Statement, stmt_sql: &str, with_explain: bool, start: impl Fn() -> Instant + Copy, ) -> Result<SqlResult, ServerFnError>