b0f588f6: don't account :execute() call twice
Maria
authored
The patch fixes a bug for the commit b0f588f6 where statistics on box.execute was collected twice. This happened because sql_prepare_and_execute called sql_execute under the hood, so there's no need to do rmean_collect in both of them. Follow-up #4756