[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-logging-times-index.sql (source)

   1  --
   2  -- patch-logging-times-index.sql
   3  --
   4  -- Add a very humble index on logging times
   5  --
   6  
   7  ALTER TABLE /*$wgDBprefix*/logging
   8     ADD INDEX times (log_timestamp);
   9  


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