[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- 2 -- patch-rc-newindex.sql 3 -- Adds an index to recentchanges to optimize Special:Newpages 4 -- 2004-01-25 5 -- 6 7 ALTER TABLE /*$wgDBprefix*/recentchanges 8 ADD INDEX new_name_timestamp(rc_new,rc_namespace,rc_timestamp); 9
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 |