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





--- Comment #55 from Aryeh Gregor <[email protected]>  2009-05-24 
13:56:46 UTC ---
cl_to_original or such, an unredirected variant of cl_to.  Then if a redirect
chain changes, you could do UPDATE categorylinks SET
cl_to='New_redirect_target' WHERE cl_to_original IN ('Original_category1',
'Original_category2');.  You'd want an index on cl_to_original, of course, so
this is a pretty heavyweight addition to the table.


-- 
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.
You are the assignee for the bug.

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

Reply via email to