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-logging-times-index.sql
blob
5f24f5c3924961a5a729ae7aa91ea2e006c94c71
1
--
2
-- patch-logging-times-index.sql
3
--
4
-- Add a very humble index on logging times
5
--
6
7
ALTER TABLE /*$wgDBprefix*/logging
8
ADD INDEX times (log_timestamp);
9