[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-archive-user-index.sql (source)

   1  -- Adds a user,timestamp index to the archive table
   2  -- Used for browsing deleted contributions and renames
   3  ALTER TABLE /*$wgDBprefix*/archive
   4      ADD INDEX usertext_timestamp ( ar_user_text , ar_timestamp );


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