https://bugzilla.wikimedia.org/show_bug.cgi?id=27340

--- Comment #4 from Reedy <[email protected]> 2011-03-13 17:03:22 UTC ---
Ok, poking at this.

If we just filter by the cat_pages, it's fine. If we then order by anything
(cat_title or cat_pages), we create a filesort.

This basically means we can't do both pages and title filtering together...
(Would need to be mutually exclusive)

Though, I just noticed, if we do WHERE cl_title >= something, and order by, it
filesorts....

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to