summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-01-09 11:55:57 +0000
committerSean McGivern <sean@gitlab.com>2018-01-09 11:56:41 +0000
commitb9f0883bc5a735f2168bddb9239dcaa2aa16c306 (patch)
tree3797df4b545dff45464a07dd6bff04fe619db493 /changelogs
parent088de97c3d86d9cf615538836527d23dbccd9712 (diff)
downloadgitlab-ce-b9f0883bc5a735f2168bddb9239dcaa2aa16c306.tar.gz
Fix double execution of COUNT query on group pages41546-count-query-for-issues-and-mrs-runs-twice-on-group-index
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/41546-count-query-for-issues-and-mrs-runs-twice-on-group-index.yml5
1 files changed, 5 insertions, 0 deletions
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