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 "Add ss_active_users in SiteStats::isSane"
[mediawiki.git]
/
maintenance
/
archives
/
patch-iwl_prefix_title_from-non-unique.sql
blob
bff63c745a6532997273db0d7f1c949bfcdc6bf4
1
--
2
-- Makes the iwl_prefix_title_from index for the iwlinks table non-unique
3
--
4
DROP INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks;
5
CREATE INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);