[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

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

   1  CREATE TABLE /*$wgDBprefix*/querycache_info (
   2  
   3      -- Special page name
   4      -- Corresponds to a qc_type value
   5      qci_type varbinary(32) NOT NULL default '',
   6  
   7      -- Timestamp of last update
   8      qci_timestamp binary(14) NOT NULL default '19700101000000',
   9  
  10      UNIQUE KEY ( qci_type )
  11  
  12  ) /*$wgDBTableOptions*/;


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