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

--- Comment #3 from Roan Kattouw <roan.katt...@gmail.com> 2011-12-17 16:09:09 
UTC ---
(In reply to comment #2)
> I think this needs to reverse the order on the namespaces too, or else you
> won't get entirely reversed results.
> 
And, don't forget, queries using a mix of ASC/DESC will filesort. So you need
to use the same operator (< or >) for both namespace and title, and use ORDER
BY wl_namespace DESC, wl_title DESC in the descending case.

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to