[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-linkscc.sql (source)

   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*/;


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1