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-linkscc.sql
blob
684384f5052e5789b7d1a165caad2c638cff4668
1
--
2
-- linkscc table used to cache link lists in easier to digest form
3
-- November 2003
4
--
5
-- Format later updated.
6
--
7
8
CREATE TABLE /*$wgDBprefix*/linkscc (
9
lcc_pageid INT UNSIGNED NOT NULL UNIQUE KEY,
10
lcc_cacheobj MEDIUMBLOB NOT NULL
11
12
) /*$wgDBTableOptions*/;