[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
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*/;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |