repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git]
/
maintenance
/
archives
/
patch-rc_user_text-index.sql
blob
f6acc99213ca560e9598ac3274064ccee09ed57c
1
-- Add an index to recentchanges on rc_user_text
2
--
3
-- Added 2006-11-08
4
--
5
6
ALTER TABLE /*$wgDBprefix*/recentchanges
7
ADD INDEX rc_user_text(rc_user_text, rc_timestamp);