Skip to content

Remove redundant WHERE from event queries

yorickpeterse-staging requested to merge events-redundant-where into master

What does this MR do?

This removes a redundant WHERE events.author_id IS NOT NULL filter from Event's default scope. This is redundant because this column can not have any NULL values.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/35586

Edited by yorickpeterse-staging

Merge request reports