From b9f0883bc5a735f2168bddb9239dcaa2aa16c306 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Tue, 9 Jan 2018 11:55:57 +0000 Subject: Fix double execution of COUNT query on group pages Calling `finder.execute.count` twice will perform two queries, but these are all in the same file, so it's easy to just reuse them. --- ...1546-count-query-for-issues-and-mrs-runs-twice-on-group-index.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/41546-count-query-for-issues-and-mrs-runs-twice-on-group-index.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/41546-count-query-for-issues-and-mrs-runs-twice-on-group-index.yml b/changelogs/unreleased/41546-count-query-for-issues-and-mrs-runs-twice-on-group-index.yml new file mode 100644 index 00000000000..7e42dc20ae8 --- /dev/null +++ b/changelogs/unreleased/41546-count-query-for-issues-and-mrs-runs-twice-on-group-index.yml @@ -0,0 +1,5 @@ +--- +title: Fix double query execution on groups page +merge_request: 16314 +author: +type: performance -- cgit v1.2.1