Skip to content

Fix deletion of issue assignees for MySQL

Stan Hu requested to merge sh-fix-delete-assignees-mysql into master

MySQL builds on EE were failing due to MySQL not liking the complex subqueries. Simplify the deletion to use a subquery that works.

For example: https://gitlab.com/gitlab-org/gitlab-ee/builds/16452985

Merge request reports