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-pl_from_namespace.sql
blob
b3bbd78dd52c9334c20db3b2c451d1819e6da450
1
ALTER TABLE /*_*/pagelinks
2
ADD pl_from_namespace int NOT NULL default 0;
3
4
CREATE INDEX /*i*/pl_backlinks_namespace ON /*_*/pagelinks (pl_from_namespace,pl_namespace,pl_title,pl_from);