summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-recentchanges-utindex.sql
blob: 4ebe316507ba0d378da542e23746c13579d97ab3 (plain)
1
2
3
4
--- July 2006
--- Index on recentchanges.( rc_namespace, rc_user_text )
--- Helps the username filtering in Special:Newpages
ALTER TABLE /*$wgDBprefix*/recentchanges ADD INDEX `rc_ns_usertext` ( `rc_namespace` , `rc_user_text` );