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
Make LBFactorySingle call initLoadBalancer() as the others do
[mediawiki.git]
/
maintenance
/
mssql
/
archives
/
patch-tl_from_namespace.sql
blob
9655165a4619110029ed1a3d54cb40a63376fd49
1
ALTER TABLE /*_*/templatelinks
2
ADD tl_from_namespace int NOT NULL default 0;
3
4
CREATE INDEX /*i*/tl_backlinks_namespace ON /*_*/templatelinks (tl_from_namespace,tl_namespace,tl_title,tl_from);