Page MenuHomePhabricator

Make ChangesListQuery compatible with commons split
Open, Needs TriagePublic

Description

In ChangesListQuery the recentchanges query is joining link tables in applyLinksToCondition and applyLinksFromCondition.

Event Timeline

If this is about RecentChangesLinked: I think the only solution we can do is to query templatelinks/imagelinks/etc from the requested page with limit of 1000 and then query rc table with condition of rc_page IN (...). Meaning for most cases it'll still continue to work as is but it'll break for more heavily used pages.