Commit ba9503fa authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Add link to issue for MySQL/subgroups drop support

parent 3fceff63
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
>**Notes:** >**Notes:**
- [Introduced][ce-2772] in GitLab 9.0. - [Introduced][ce-2772] in GitLab 9.0.
- MySQL support for subgroups was dropped in GitLab 9.3. - MySQL support for subgroups was dropped in GitLab 9.3
[due to performance reasons][issue].
With subgroups (aka nested groups or hierarchical groups) you can have 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: 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: ...@@ -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 [ce-2772]: https://gitlab.com/gitlab-org/gitlab-ce/issues/2772
[permissions]: ../../permissions.md#group [permissions]: ../../permissions.md#group
[reserved]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/path_regex.rb [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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment