Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-19 21:24:02 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-20 18:27:25 +0300
commit89dce3eea0c09a6346d2b4e8097dbb48c1eaf616 (patch)
tree50b01ae4b5bd6a955c9746014b3a7158ea8c5064 /doc/user/group
parent46813ccc45283a7881c12e12950080c3e6eaf55c (diff)
Add link to issue for MySQL/subgroups drop support
Diffstat (limited to 'doc/user/group')
-rw-r--r--doc/user/group/subgroups/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/group/subgroups/index.md b/doc/user/group/subgroups/index.md
index 1f4aafe27c2..5724dcfab48 100644
--- a/doc/user/group/subgroups/index.md
+++ b/doc/user/group/subgroups/index.md
@@ -2,7 +2,8 @@
>**Notes:**
- [Introduced][ce-2772] in GitLab 9.0.
-- MySQL support for subgroups was dropped in GitLab 9.3.
+- Not available when using MySQL as external database (support removed in
+ GitLab 9.3 [due to performance reasons][issue]).
With subgroups (aka nested groups or hierarchical groups) you can have
up to 20 levels of nested groups, which among other things can help you to:
@@ -175,3 +176,4 @@ Here's a list of what you can't do with subgroups:
[ce-2772]: https://gitlab.com/gitlab-org/gitlab-ce/issues/2772
[permissions]: ../../permissions.md#group
[reserved]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/path_regex.rb
+[issue]: https://gitlab.com/gitlab-org/gitlab-ce/issues/30472#note_27747600