Last modified: 2011-03-02 00:47:33 UTC
This can be done because of the rc_user_text (rc_user_text, rc_timestamp) index. I'll do this tomorrow.
Created attachment 4910 [details] Patch that implements rcuser and rcexcludeuser Attached patch, can't commit it yet because not all WMF servers have the rc_user_text index yet. An update should be done soon, after which this patch will be committed.
Any progress on this?
(In reply to comment #2) > Any progress on this? > Not that I know of. Brion told me he'd schedule a schema update for this and bug 14418, so if you want this done he's the guy to poke.
*** Bug 16527 has been marked as a duplicate of this bug. ***
Created attachment 5586 [details] New patch, also adds wluser and wlexcludeuser
Created attachment 5587 [details] Patch with FORCE INDEX back in Accidentally dropped the variable index forcing from recentchanges, re-adding. Not bothering for watchlist because it doesn't use an index on the recentchanges table anyway (which is why it filesorts :( ).
Created attachment 5596 [details] Yet another patch Updated patch so it applies cleanly to HEAD; also unified error codes.
Bump. Anyone know if the index patch got applied yet so this can go in?
Not sure if this is the thing mentioned in here. But "rcuser" and "rcexcludeuser" are already being documented as options here: http://www.mediawiki.org/wiki/API:Query_-_Lists#recentchanges_.2F_rc So this was just forgotten to be closed, or this still an open ticket ?
(In reply to comment #9) > Not sure if this is the thing mentioned in here. But "rcuser" and > "rcexcludeuser" are already being documented as options here: > http://www.mediawiki.org/wiki/API:Query_-_Lists#recentchanges_.2F_rc > > So this was just forgotten to be closed, or this still an open ticket ? This was forgotten about, yes. rcuser and rcexcludeuser are now live on Wikipedia.